blob: 3199ca7e6b5de6d3b30548114d2d4ff831e504a9 (
plain)
1
2
3
4
5
6
7
8
9
|
/**
* nutmeg.morrisons.com - Menu items overflow content area
* Bug #1784195 - https://bugzilla.mozilla.org/show_bug.cgi?id=1784195
* WebCompat issue #105417 - https://webcompat.com/issues/105417
*/
#sidebar-wrapper {
overflow-x: auto;
}
|