fix pwa layout

This commit is contained in:
jxxghp
2023-07-01 17:29:44 +08:00
parent 2c8b6d334a
commit b6d3cdcc42
8 changed files with 32 additions and 22 deletions
+3 -2
View File
@@ -17,8 +17,9 @@
}
// ️ We created this placeholder even it is being used in just layout w/ vertical nav because in future we might apply style to both navbar & horizontal nav separately
%layout-navbar-sticky {
position: sticky;
%layout-navbar-fixed {
position: fixed;
top: 0;
inset-block-start: 0;
// will-change: transform;