mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix Selection on IOS (#13533)
This commit is contained in:
parent
d041bd9fd3
commit
fee1092a08
@ -381,6 +381,9 @@ class HaScheduleForm extends LitElement {
|
|||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
height: 450px;
|
height: 450px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.fc-scroller {
|
.fc-scroller {
|
||||||
overflow-x: visible !important;
|
overflow-x: visible !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user