Merge pull request #312 from psyafter/patch-3

Scroll position at left in RTL layout
This commit is contained in:
Valeriy 2015-08-24 15:58:08 +05:00
commit b27a47021f

View File

@ -409,6 +409,10 @@
bottom: 0;
cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
left: 0;
right: auto;
}
.xdsoft_scroller_box {
position: relative;
}