RED-6713 fix pdf viewer visibility

This commit is contained in:
Dan Percic 2023-07-07 16:56:05 +03:00
parent 1ab46577f3
commit 5d952332c7

View File

@ -145,6 +145,7 @@ $dark-accent-10: darken(vars.$accent, 10%);
);
#viewer {
visibility: hidden;
width: calc(100% - 350px);
height: calc(100% - calc(var(--iqser-top-bar-height) + 50px));
bottom: 0;