Bug 1942315 - Disallow overscrolling in popup menus. r=dao,reusable-components-reviewers,mstriemer

Differential Revision: https://phabricator.services.mozilla.com/D235070
This commit is contained in:
Hiroyuki Ikezoe
2025-01-22 20:51:12 +00:00
parent fed478fc08
commit c1a8d49baf

View File

@@ -130,6 +130,7 @@
}
:host(.in-menulist) arrowscrollbox::part(scrollbox) {
overflow: auto;
overscroll-behavior: none;
margin: 0;
padding: 0;
}