Apply correct iOS scroll to all tabcontent (#3182)

This commit is contained in:
Marcos Castro 2023-04-26 10:53:49 +02:00 committed by GitHub
parent 3a28935bfe
commit 695b073080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,9 +318,6 @@ button {
height: 100%;
overscroll-behavior: none;
padding: 0 4px;
}
#Effects {
-webkit-overflow-scrolling: touch;
}