mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
web/SupportedServices: don't allow selection when popover is hidden
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user