mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-14 14:20:21 +01:00
Fixed zindex of menü on small displays.
This commit is contained in:
parent
69c738a694
commit
0e0ba11654
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user