mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-18 06:07:05 +02:00
web/SupportedServices: don't allow selection when popover is hidden
This commit is contained in:
parent
80d01a7d29
commit
7d6fe34fa4
@ -162,6 +162,14 @@
|
|||||||
|
|
||||||
#services-disclaimer {
|
#services-disclaimer {
|
||||||
padding: 0;
|
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) {
|
@media screen and (max-width: 535px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user