fix vaadin overlay height (e.g in services picker) (#1007)

see: https://github.com/vaadin/vaadin-combo-box/issues/432
pull/1012/head
NovapaX 2018-03-19 22:42:05 +01:00 committed by Paulus Schoutsen
parent 46a2f4fd72
commit fe6c8faad7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100vh;
} }
#ha-init-skeleton::before { #ha-init-skeleton::before {