Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit ad6506d

Browse files
author
Andrew Garrett
committed
Add z-index to drop down
1 parent 9fa7404 commit ad6506d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dropdown.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
height: 50px;
1010
}
1111

12+
.accessibility-simulation-dropdown {
13+
z-index: 3000;
14+
}
15+
1216
.accessibility-simulation-dropdown li {
1317
cursor: pointer;
1418
}

0 commit comments

Comments
 (0)