Scroll position at left in RTL layout

This commit is contained in:
psyafter 2015-08-20 17:33:19 +03:00
parent b3b1d7f931
commit 1f67e3fad6

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;
}