Explorar el Código

Practice menu margin top

Vijayakrishnan hace 3 años
padre
commit
28aa815fd9
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      public/css/style.css

+ 4 - 1
public/css/style.css

@@ -96,6 +96,9 @@
 .dropdown-item:not(:last-child) {
   border-bottom:1px solid #ddd;
 }
+body>.navbar .dropdown-menu {
+    margin-top: -3px;
+}
 
 main {
   padding:0 1rem;
@@ -1958,7 +1961,7 @@ form.non-interactive .form-content * {
 }*/
 .no-overflow-menu {
     overflow-y: auto;
-    max-height: calc(100vh - 60px);
+    max-height: calc(100vh - 44px);
 }
 .zero-height-field {
     height: 1px !important;