no grey bar beneath the iframe
This commit is contained in:
parent
2fb0e6706f
commit
0b662019f3
1 changed files with 3 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue