Fix horizontal scrollbars not appearing in IE11 and Chrome (#740)

This commit is contained in:
magikstm 2019-06-16 10:23:49 -04:00 committed by Seth Bertalotto
parent e66deeeba2
commit 4575552efa

View File

@ -16,12 +16,7 @@
white-space: nowrap;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
/* a little extra padding for this style to allow for scrollbars */
padding: .5em 0;
}
.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
display: none;
}