]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Fixes #806: display overflow for awesomplete list
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index d33e906683a956a57e9b97a2b59b8104eb551770..4886ddaf7bc48e93bf750b51198ddd302f27d649 100644 (file)
@@ -908,6 +908,10 @@ div.awesomplete > ul {
     color: black;
 }
 
+form[name="linkform"].page-form {
+    overflow: visible;
+}
+
 @media screen and (max-width: 64em) {
     .page-form-complete .form-label {
         height: inherit;