Sha256: 63ccdb2add35dd5823da6458b3204b6d3b0f3b72e08962a4c3799a1ab2699e20
Contents?: true
Size: 770 Bytes
Versions: 41
Compression:
Stored size: 770 Bytes
Contents
/*! Pure v0.6.0 Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yahoo/pure/blob/master/LICENSE.md */ /* scrollable menus */ .pure-menu-scrollable { overflow-y: scroll; overflow-x: hidden; } .pure-menu-scrollable .pure-menu-list { display: block; } .pure-menu-horizontal.pure-menu-scrollable .pure-menu-list { display: inline-block; } .pure-menu-horizontal.pure-menu-scrollable { 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; }
Version data entries
41 entries across 41 versions & 1 rubygems