Allow clicking behind preview (#11576)
This commit is contained in:
parent
1bea318197
commit
d37126fd03
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue