mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
web/SupportedServices: don't allow selection when popover is hidden
This commit is contained in:
parent
80d01a7d29
commit
7d6fe34fa4
1 changed files with 8 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue