Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 13:29:17 +03:00
parent 4805216808
commit d355ef7acd
21 changed files with 279 additions and 227 deletions

View File

@@ -31,7 +31,7 @@
class="bg-secondary text-white"
>
<q-scroll-area style="height:100%">
<div class="drawer-scroll">
<q-list padding>
@@ -106,7 +106,7 @@
</q-list>
</q-scroll-area>
</div>
</q-drawer>
@@ -343,3 +343,12 @@ const filteredMenu = computed(() => {
})
</script>
<style scoped>
.drawer-scroll {
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
}
</style>