0
0
Fork 0

Allow clicking behind preview (#11576)

This commit is contained in:
ThibG 2019-08-15 22:47:51 +02:00 committed by Eugen Rochko
parent 1bea318197
commit d37126fd03
2 changed files with 8 additions and 3 deletions

View file

@ -5797,7 +5797,12 @@ noscript {
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;