summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-07-22 12:59:14 +0300
committerLeif Åstrand <leif@vaadin.com>2014-07-22 12:59:32 +0300
commit86e1c718578f8c81323b47e3efed03178d123c03 (patch)
tree9eaf3779ce79b67963c9fcb3a43c7fd6c39f25fd /WebContent/VAADIN/themes/base
parentaca2902c9cafcb02db19a0cdd42b1488786c0f56 (diff)
parent6ae7843e46ee906adfc99bde71ded5f296caea74 (diff)
downloadvaadin-framework-86e1c718578f8c81323b47e3efed03178d123c03.tar.gz
vaadin-framework-86e1c718578f8c81323b47e3efed03178d123c03.zip
Merge branch 'master' into grid
Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
index 0a493e0356..77248c0c96 100644
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ b/WebContent/VAADIN/themes/base/common/common.scss
@@ -146,6 +146,12 @@ body &.v-app .v-app-loading {
border: 0;
margin: 0;
}
+
+.v-contextmenu .gwt-MenuBar {
+ overflow-y: auto;
+ overflow-x: hidden;
+}
+
.v-contextmenu .gwt-MenuItem div {
cursor: pointer;
vertical-align: middle;