Przeglądaj źródła

restore action menu

Olivier Massot 1 rok temu
rodzic
commit
8aad648139
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      assets/style/main.scss

+ 4 - 1
assets/style/main.scss

@@ -3,11 +3,14 @@
 body {
   font-family: "Barlow", serif;
   font-style: normal;
-  overflow: hidden;
 
   --banner-center-image: 20%;
 }
 
+.v-container {
+  overflow: hidden;
+}
+
 .table-row {
   background-color: white;
   text-align: center;