diff --git a/res/web_modules/nine-bootstrap/nine-bootstrap.scss b/res/web_modules/nine-bootstrap/nine-bootstrap.scss index 5fcad8a7..d5373312 100644 --- a/res/web_modules/nine-bootstrap/nine-bootstrap.scss +++ b/res/web_modules/nine-bootstrap/nine-bootstrap.scss @@ -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; }