Fix long-standing bug that prevents vertical scrolling on the device list when it has horizontal scrolling.

It only happens on latest versions of Chrome when used along a MacBook Trackpad.
Couldn't reproduce on other browsers/hardware.
This commit is contained in:
Gunther Brunner
2015-07-01 17:36:42 +09:00
parent 7ad09d6713
commit fb9e1b4eaf

View File

@@ -980,6 +980,11 @@ input[type="search"].input-sm {
overflow: inherit !important;
}
/* FIX Scrolling bug that only happens on latest Chrome + Macbook Trackpad */
.pane-center.fa-pane-scroller {
z-index: 10;
}
.input-group-btn .btn {
margin-right: 0;
}