Skip to content

Commit d701b7c

Browse files
committed
doc: fix dropdown menu being obscured at <600px due to stacking context
1 parent 0777dcc commit d701b7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)