1
0
Fork 0
firefox/browser/extensions/webcompat/injections/css/bug1836872-docs.google.com-font-submenus-inaccessible.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
733 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* docs.google.com - font submenus are inaccessible with overlay scrollbars on
* Bug #1836872 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836872
*
* The submenu panels are shifted too far to the right when overlay
* scrollbars are visible, and so they are dismissed while attemting
* to mouse over to them. Shifting them to the left fixes them.
*/
/* font family sub-menus */
[class="goog-menu goog-menu-vertical"],
/* font style sub-menus */
.goog-menu.apps-menu-hide-mnemonics {
margin-inline-start: -20px;
}