mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 08:40:18 +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>
|
||||
|
||||
<style>
|
||||
.v-navigation-drawer .v-navigation-drawer--fixed{
|
||||
z-index: 1001;
|
||||
.v-navigation-drawer {
|
||||
z-index: 1001 !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user