Skip to content

Commit c147852

Browse files
authored
Fix z-index conflict between aside and sidebar in mobile view (#3282)
1 parent 46443f1 commit c147852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescriptlang-org/src/templates/documentation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
position: relative;
8282
top: 0;
8383
width: 100%;
84-
z-index: 1000;
84+
z-index: 98;
8585
margin-left: 0;
8686
order: 1;
8787
}

0 commit comments

Comments
 (0)