Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user