Kaynağa Gözat

Practice menu margin top

Vijayakrishnan 3 yıl önce
ebeveyn
işleme
28aa815fd9
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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;