mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix z-index issue in the resolved comments dropdown.
This commit is contained in:
parent
cfa0989a03
commit
f6ebbc37db
1 changed files with 1 additions and 0 deletions
|
@ -941,6 +941,7 @@
|
|||
justify-content: center;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 20px 10px rgba(0, 0, 0, .3);
|
||||
z-index: 1;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue