editor: openSelect view - maxHeight/maxWidth options
[fnpeditor.git] / src / editor / views / openSelect / openSelect.less
index 4031ce5..6209696 100644 (file)
@@ -18,4 +18,8 @@
         width: calc(~"100% - 1em");
         margin-top: -@lineHeight;
     }
+
+    .dropdown-menu {
+        overflow: auto;
+    }
 }
\ No newline at end of file