From b90d93ddbb48128de711220cbf7c1af5e47c9631 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 7 Feb 2014 13:13:24 +0000 Subject: [PATCH] hide (vertical) scrollbar for more... submenu --- etemplate/templates/default/etemplate2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index d4ae26e603..1a73edfec6 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -513,7 +513,7 @@ div.et2_link_entry input.ui-autocomplete-input { /* Link to */ .et2_link_to { width: 350px; - overflow-x: show; + overflow-x: visible; } .et2_link_to button { display: inline; @@ -1186,7 +1186,7 @@ div.ui-toolbar-menulist{ position: absolute; height: inherit !important; z-index: 999 !important; - overflow: auto !important; + overflow: hidden !important; border: solid black 1px; padding: 0 !important; margin-top: 3px !important;