1
0
forked from noxious/client

Hopefully fix overscroll on macbook/apple?

This commit is contained in:
Colin Kallemein 2024-07-11 18:48:35 +02:00
parent 8bbfb867ae
commit 2cda650eca

View File

@ -16,6 +16,8 @@ body {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
overscroll-behavior: none;
}
h1,