1
0
Daniel Supernault 6 жил өмнө
parent
commit
87cc3103cd

+ 11 - 0
resources/assets/sass/custom.scss

@@ -472,3 +472,14 @@ details summary::-webkit-details-marker {
         object-fit: cover;
     }
 }
+
+#l-modal .modal-body,
+#s-modal .modal-body {
+  height: 60vh;
+  overflow-y: scroll;
+}
+
+#l-modal .modal-content,
+#s-modal .modal-content {
+  border-radius: 0;
+}