1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Allow horizontal scrolling for combo list box drop down items

This commit is contained in:
root 2013-10-19 21:42:29 +00:00
parent 4aed82cf80
commit 2ceb744925

View File

@ -11,6 +11,9 @@
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.x-boundlist-item {
white-space: nowrap;
}
%body
.container