Skip to content

Commit 989049f

Browse files
committed
Fix z-index for filters
1 parent 13e5024 commit 989049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/components/api-filters.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#content .documentableFilter {
22
display: flex;
33
flex-wrap: wrap;
4-
z-index: 2;
4+
z-index: 1;
55
row-gap: calc(2 * var(--base-spacing));
66
position: relative;
77
margin-bottom: calc(6 * var(--base-spacing));

0 commit comments

Comments
 (0)