Skip to content
Snippets Groups Projects
Verified Commit 72946927 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove broken z-indexes

parent cec500f7
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
Pipeline #136279 failed
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
<v-date-picker <v-date-picker
no-title no-title
v-model="calendarFocus" v-model="calendarFocus"
:style="{ margin: '0px -8px', 'z-index': '10' }" :style="{ margin: '0px -8px' }"
></v-date-picker> ></v-date-picker>
<v-list flat subheader :style="{ 'z-index': '30' }"> <v-list flat subheader>
<v-subheader> <v-subheader>
{{ $t("calendar.my_calendars") }} {{ $t("calendar.my_calendars") }}
</v-subheader> </v-subheader>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</v-btn> </v-btn>
</v-list> </v-list>
</v-col> </v-col>
<v-col lg="9" xl="10" :style="{ 'z-index': '20' }"> <v-col lg="9" xl="10">
<v-sheet height="600"> <v-sheet height="600">
<v-expand-transition> <v-expand-transition>
<v-progress-linear <v-progress-linear
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment