[Glitch] Allow clicking behind preview

Port d37126fd03 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2019-08-15 22:47:51 +02:00
committed by Thibaut Girka
parent 91d968bf72
commit fcd2244015
2 changed files with 8 additions and 3 deletions

View File

@@ -869,7 +869,12 @@
bottom: 10px;
right: 10px;
z-index: 2;
cursor: default;
cursor: move;
transition: opacity 0.1s ease;
&:hover {
opacity: 0.5;
}
strong {
color: $primary-text-color;