Commit bf5ab636bf74a1784b073beeb397701e5876e71f

Authored by Neeraj Sharma
1 parent db0c39244f

fixed bugs scroll overflow button on header dashbaord

src/pages/Dashboard/dashboard.vue
... ... @@ -25,7 +25,7 @@
25 25 <v-card color="grey lighten-4" flat>
26 26 <v-toolbar dark color="fixcolors">
27 27 <v-toolbar-side-icon></v-toolbar-side-icon>
28   - <v-toolbar-title class="white--text">Title</v-toolbar-title>
  28 + <!-- <v-toolbar-title class="white--text">Title</v-toolbar-title> -->
29 29 <v-spacer></v-spacer>
30 30 <v-btn icon @click="dialog= false">
31 31 <v-icon>close</v-icon>
... ...
static/css/custom.css
... ... @@ -15,6 +15,11 @@
15 15 background: #39b982 !important;
16 16 }
17 17  
  18 +.fc-toolbar .fc-state-active,
  19 +.fc-toolbar .ui-state-active {
  20 + z-index: 0 !important;
  21 +}
  22 +
18 23 .loader {
19 24 width: 100%;
20 25 height: 100%;
... ...