natasha 1 рік тому
батько
коміт
d8a7499c67
3 змінених файлів з 3 додано та 2 видалено
  1. 1 0
      src/App.vue
  2. 1 1
      src/views/courseView.vue
  3. 1 1
      src/views/courseWare.vue

+ 1 - 0
src/App.vue

@@ -101,6 +101,7 @@ export default {
   justify-content: space-between;
   font-size: 16px;
   line-height: 24px;
+  z-index: 3;
   :nth-child(1) {
     margin-right: 8px;
   }

+ 1 - 1
src/views/courseView.vue

@@ -451,7 +451,7 @@ export default {
       background: #fff;
       position: fixed;
       left: 0;
-      z-index: 1;
+      z-index: 2;
     }
     .content-tree-full {
       position: fixed !important;

+ 1 - 1
src/views/courseWare.vue

@@ -475,7 +475,7 @@ export default {
       background: #fff;
       position: fixed;
       left: 0;
-      z-index: 1;
+      z-index: 2;
     }
     .content-tree-full {
       position: fixed !important;