Fix Selection on IOS (#13533)

This commit is contained in:
Zack Barett 2022-08-31 10:40:03 -05:00 committed by GitHub
parent d041bd9fd3
commit fee1092a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;