lib/vbax/sass/custom/components/_navigation.scss in vbax-admin_syst-0.5.0 vs lib/vbax/sass/custom/components/_navigation.scss in vbax-admin_syst-0.6.0

- old
+ new

@@ -1,6 +1,13 @@ \ No newline at end of file +.nav-sticky-top { + position: sticky; + top: 0; + z-index: 9; + background-color: #ffffffb3; + height: 80px; +}