Prechádzať zdrojové kódy

Stag suggest - position tweak

Vijayakrishnan 3 rokov pred
rodič
commit
c7c7c25275
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      public/css/style.css

+ 4 - 4
public/css/style.css

@@ -591,15 +591,15 @@ input.search_field, textarea.search_field {
     z-index: 9999;
 }
 .suggestions-outer {
-    top: calc(100% + 2px);
+    top: calc(100% + 1px);
     background: #fff;
     border-radius: 3px;
     border: 1px solid #ccc;
     z-index: 9999;
     max-height: 220px;
-    overflow-y: auto;
-    min-width: calc(100% - 0.5rem);
-    right: 0.5rem;
+    overflow-y: overlay;
+    min-width: 100%;
+    right: 0;
 }
 [stag-suggest-bottom-left]~.stag-suggestions-container .suggestions-outer {
     bottom: 30px;