Merge pull request #12 from GeorgLegato/3-switch-to-panoramaviewer-tab-set-size-proper-without-scrollbar-or-overflow

fix #3 fixed glitching layout in panorama tab
pull/14/head
GeorgLegato 2023-03-13 03:07:02 +01:00 committed by GitHub
commit b194a4e99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
}
#panoviewer-iframe {
width:100vw;
width:100%;
height:100vh;
overflow: hidden;
}
.panogalviewer-iframe {