Better fix for menu scrollbars: only allow vertical scrollbar to appear
| | |
| | | left: 90px; |
| | | width: auto; |
| | | max-height: 70%; |
| | | overflow: auto; |
| | | overflow: -moz-scrollbars-vertical; |
| | | overflow-y: auto; |
| | | display: none; |
| | | background-color: #fff; |
| | | background-color: rgba(255, 255, 255, 0.95); |
| | |
| | | left: 90px; |
| | | width: auto; |
| | | max-height: 70%; |
| | | overflow: auto; |
| | | overflow: -moz-scrollbars-vertical; |
| | | overflow-y: auto; |
| | | background: #444; |
| | | border: 1px solid #999; |
| | | z-index: 240; |
| | |
| | | margin: 0; |
| | | border-top: 1px solid #5a5a5a; |
| | | border-bottom: 1px solid #333; |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | .googie_list tr:first-child td, |