no grey bar beneath the iframe

This commit is contained in:
Joe Lothan 2026-05-27 11:31:31 -04:00
parent 2fb0e6706f
commit 0b662019f3

View file

@ -261,18 +261,14 @@
.iframe-viewer { .iframe-viewer {
width: 100%; width: 100%;
height: 75vh; height: 75vh;
background: var(--viewer-bg); display: flex;
border-bottom: 2px solid var(--tab-border); flex-direction: column;
} }
.iframe-viewer.iframe-viewer-small { .iframe-viewer.iframe-viewer-small {
height: 50vh; height: 50vh;
} }
.iframe-viewer-small iframe {
height: calc(50vh - 78px) !important;
}
/* Toolbar area (address bar) */ /* Toolbar area (address bar) */
.iframe-toolbar { .iframe-toolbar {
display: flex; display: flex;
@ -385,7 +381,7 @@
.iframe-viewer iframe { .iframe-viewer iframe {
width: 100%; width: 100%;
height: calc(75vh - 78px); flex: 1;
border: none; border: none;
background: white; background: white;
} }