Skip to content

Commit 175705a

Browse files
committed
update picker's position issue
1 parent 231176e commit 175705a

File tree

6 files changed

+60
-11
lines changed

6 files changed

+60
-11
lines changed

dist/css/jquery.datepicker.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,18 @@
178178
.gmi-picker-panel__footer .gmi-picker-panel__link-btn.disabled {
179179
color: #ccc;
180180
cursor: not-allowed; }
181+
.gmi-picker-panel.placement-left-bottom {
182+
-ms-transform-origin: 0 bottom !important;
183+
-webkit-transform-origin: 0 bottom !important;
184+
transform-origin: 0 bottom !important; }
185+
.gmi-picker-panel.placement-center-bottom {
186+
-ms-transform-origin: 50% bottom !important;
187+
-webkit-transform-origin: 50% bottom !important;
188+
transform-origin: 50% bottom !important; }
189+
.gmi-picker-panel.placement-right-bottom {
190+
-ms-transform-origin: 100% bottom !important;
191+
-webkit-transform-origin: 100% bottom !important;
192+
transform-origin: 100% bottom !important; }
181193

182194
.gmi-date-range-picker {
183195
width: 520px;

dist/css/jquery.datepicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)