Skip to content

Commit 4fca20c

Browse files
authored
doc: fix dropdown menu being obscured at <600px due to stacking context
PR-URL: #61735 Fixes: #59282 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9f6f3c1 commit 4fca20c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api_assets/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ li.picker-header a span {
240240
max-width: 75vw;
241241
max-height: min(600px, 60vh);
242242
overflow-y: auto;
243+
z-index: 10;
243244
}
244245

245246
.picker > ul, .picker > ol {

0 commit comments

Comments
 (0)