Fix jumping on iOS when toggle switch (#4275)

This commit is contained in:
Bram Kragten
2019-11-29 12:41:37 +01:00
committed by GitHub
parent 5355269f5d
commit daa04e9973
+2
View File
@@ -136,6 +136,8 @@ export class HUIView extends LitElement {
flex: 1 0 0;
max-width: 500px;
min-width: 0;
/* on iOS devices the column can become wider when toggling a switch */
overflow-x: hidden;
}
.column > * {