Disabled text highlighting on the speed and resolution selection popups

This commit is contained in:
Erik Thuning 2021-04-23 14:04:12 +02:00
parent 4eece90b93
commit e7753ab41d

@ -207,6 +207,7 @@ body {
}
.select {
position: relative;
user-select: none;
}
.list {
visibility: hidden;