mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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;
|
||||
height: 450px;
|
||||
width: 100%;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.fc-scroller {
|
||||
overflow-x: visible !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user