Skip to content

Commit acf5e53

Browse files
committed
Fixed - TimePicker - Layout Issue on Mobile and Large screens
1 parent c961e23 commit acf5e53

File tree

1 file changed

+2
-1
lines changed
  • src/main/resources/gwt/material/design/addins/client/timepicker/resources/css

1 file changed

+2
-1
lines changed

src/main/resources/gwt/material/design/addins/client/timepicker/resources/css/timepicker.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
}
5454

5555
.clock-overlay{
56-
position: absolute !important;
56+
position: fixed !important;
5757
width: 100% !important;
58+
top: 0 !important;
5859
left: 0 !important;
5960
bottom: 0 !important;
6061
right: 0 !important;

0 commit comments

Comments
 (0)