mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 11:25:17 +00: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…
Reference in a new issue