web/SupportedServices: don't allow selection when popover is hidden
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko 2024-09-27 22:03:58 +06:00
parent 80d01a7d29
commit 7d6fe34fa4
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -162,6 +162,14 @@
#services-disclaimer {
padding: 0;
user-select: none;
-webkit-user-select: none;
}
.expanded #services-disclaimer {
padding: 0;
user-select: text;
-webkit-user-select: text;
}
@media screen and (max-width: 535px) {