Parcourir la source

restore action menu

Olivier Massot il y a 1 an
Parent
commit
8aad648139
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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;