bug1836872-docs.google.com-font-submenus-inaccessible.css (918B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * docs.google.com - font submenus are inaccessible with overlay scrollbars on 7 * Bug #1836872 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836872 8 * 9 * The submenu panels are shifted too far to the right when overlay 10 * scrollbars are visible, and so they are dismissed while attemting 11 * to mouse over to them. Shifting them to the left fixes them. 12 */ 13 /* font family sub-menus */ 14 [class="goog-menu goog-menu-vertical"], 15 /* font style sub-menus */ 16 .goog-menu.apps-menu-hide-mnemonics { 17 margin-inline-start: -20px; 18 } 19 20 /* sort options on recent docs page (bz2009417) */ 21 .docsshared-menu-bubble [class="goog-menu goog-menu-vertical"], 22 .goog-menu.apps-menu-hide-mnemonics { 23 margin-inline-start: auto; 24 }