summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authormichaelvogt <michael@vaadin.com>2013-04-03 14:12:42 +0300
committerVaadin Code Review <review@vaadin.com>2013-04-03 11:39:17 +0000
commitad290f8c65057bdef33ec73cb49a8c6d10b9e356 (patch)
tree412d33a55ba9bf108802e6165514558f413e125c /WebContent
parentd94f2cc6c3a1af73077ff902856da03c41a6e824 (diff)
downloadvaadin-framework-ad290f8c65057bdef33ec73cb49a8c6d10b9e356.tar.gz
vaadin-framework-ad290f8c65057bdef33ec73cb49a8c6d10b9e356.zip
Fix for CheckBox and Layout (#11407)
Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
index 27c6dc949c..926bdc7b74 100644
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ b/WebContent/VAADIN/themes/base/common/common.scss
@@ -240,6 +240,7 @@ input::-ms-clear {
.v-assistive-device-only {
position: absolute;
+ top: -2000px;
left: -2000px;
width: 10px;
overflow: hidden;