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