🐛 Fix problem in viewer with dropdowns when comments active

This commit is contained in:
alonso.torres 2021-11-08 16:13:44 +01:00 committed by Andrés Moya
parent b80ddfa580
commit 1bf1de8ce8
2 changed files with 2 additions and 1 deletions

View file

@ -336,7 +336,7 @@
.viewer-comments-container {
width: 100%;
height: 100%;
z-index: 1000;
z-index: 1;
position: absolute;
top: 0px;
left: 0px;