Avoid not needed scrollbar.

This commit is contained in:
Raimund Renkert 2022-03-03 17:47:58 +01:00
parent 0e0ba11654
commit d7a02ff78a

View File

@ -131,6 +131,7 @@ export default {
</script>
<style>
html { overflow-y: auto !important; }
.v-navigation-drawer {
z-index: 1001 !important;
}