mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Fix horizontal scrollbars not appearing in IE11 and Chrome (#740)
This commit is contained in:
parent
e66deeeba2
commit
4575552efa
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user