Added: burger menu for mobile views

This commit is contained in:
2024-12-15 08:09:10 +01:00
parent 1e187036b2
commit b7fe789292
4 changed files with 62 additions and 0 deletions

View File

@@ -12,3 +12,7 @@
flex-direction: row;
}
.disable-scroll {
overflow: hidden !important;
position: fixed;
}