Skip to content

Commit 91bc607

Browse files
added z-index to navbar
1 parent 2b6cc6a commit 91bc607

File tree

1 file changed

+1
-1
lines changed
  • scaladoc/resources/dotty_res/styles/theme/layout

1 file changed

+1
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
top: 0px;
1414
background: var(--background-header);
1515
border-bottom: 1px solid var(--border-default);
16-
z-index: 2;
16+
z-index: 101;
1717
}
1818

1919
#header .project-name {

0 commit comments

Comments
 (0)