mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Fix jumping on iOS when toggle switch (#4275)
This commit is contained in:
parent
5355269f5d
commit
daa04e9973
@ -136,6 +136,8 @@ export class HUIView extends LitElement {
|
|||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
/* on iOS devices the column can become wider when toggling a switch */
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column > * {
|
.column > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user