Fixed zindex of menü on small displays.

This commit is contained in:
Raimund Renkert 2022-03-03 17:21:57 +01:00
parent 69c738a694
commit 0e0ba11654

View File

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