Nikita Krupin 3 лет назад
Родитель
Сommit
a537f465c8
2 измененных файлов с 7 добавлено и 3 удалено
  1. 1 2
      Website/layouts/default.vue
  2. 6 1
      Website/pages/docs.vue

+ 1 - 2
Website/layouts/default.vue

@@ -98,7 +98,6 @@ export default {
         this.alert.html = `Looks like you're using <b style="background: #222; border-radius: .5rem; padding: .25rem .5rem;">Internet Explorer</b>. Stop it, get some help.`;
         this.alert.show = true;
       }
-
     }, 1000);
   },
 };
@@ -144,7 +143,7 @@ body {
   outline: 2px solid red;
 }
 
-.v-sheet.v-snack__wrapper{
+.v-sheet.v-snack__wrapper {
   border-radius: 0.75rem !important;
 }
 

+ 6 - 1
Website/pages/docs.vue

@@ -3,7 +3,12 @@
     <!--   Left Section // "Sections" Card   -->
     <v-card
       class="col-xs-12 mx-2 elevation-0"
-      style="background: transparent; height: max-content"
+      style="
+        background: transparent;
+        height: max-content;
+        position: sticky;
+        top: 5.5rem;
+      "
     >
       <!-- <v-card-title style="padding-bottom: 0 !important; color: #aaa">
         Sections