This commit is contained in:
David Štaleker
2024-03-12 19:04:38 +01:00
parent dda4b613f8
commit c6d14525de
5 changed files with 128 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow-y: hidden !important;
overflow-x: hidden !important;
}
.div-placeholder{
height: 100%;
width: 100%;
@@ -10,4 +18,21 @@
.div-no-pages > h2{
margin-top: 10px;
}
.div-placeholder > img {
width: 100%;
height: 100%;
}
.div-placeholder > iframe {
width: 100%;
height: 100%;
border: none;
/* width: 100%; */
/* height: calc(100% - 25px); */
overflow-y: hidden !important;
overflow-x: hidden !important;
margin: 0;
padding: 0;
}