Merge pull request #1118 from 4Science/#1111

Fix visibility issue with collapsed navbar menu
This commit is contained in:
Tim Donohue
2021-04-27 13:27:31 -05:00
committed by GitHub

View File

@@ -5,3 +5,7 @@
position: sticky;
}
}
:host {
z-index: var(--ds-nav-z-index);
}