Skip to content

Commit

Permalink
fix(ui5-date-time-picker): proper visualization on mobile (#4345)
Browse files Browse the repository at this point in the history
There is no vertical scroll in the corresponding component
popover when navigated to the time picker part.
  • Loading branch information
unazko authored Nov 19, 2021
1 parent 1295a14 commit 7d8b93a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/themes/TimeSelection.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
height: 90vh;
}

:host(.ui5-dt-time.ui5-dt-cal--hidden) .ui5-time-selection-root.ui5-phone {
height: 80vh;
}

[ui5-wheelslider] {
padding-left: 0.25rem;
padding-right: 0.25rem;
Expand Down

0 comments on commit 7d8b93a

Please sign in to comment.