Skip to content

Commit 3a52dca

Browse files
committed
Prevent animation on landscape lolliclock header, to avoid flickering effect.
1 parent 7b6dcca commit 3a52dca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
height: 100% !important;
2929
padding-top: 20% !important;
3030
padding-left: 10px !important;
31+
animation: none !important;
32+
-webkit-animation: none !important;
33+
-moa-animation: none !important;
3134
}
3235

3336
.landscape .popover-content{

0 commit comments

Comments
 (0)