sutaisom scrollinima su iframes

This commit is contained in:
Rokas V. 2024-12-17 18:45:49 +02:00
parent 8e3579f3f9
commit 59bb4cc4d6

View File

@ -29,9 +29,13 @@
background-color: #ed1c24;
}
iframe {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
border: none;
margin: 0;
padding: 0;
display: block;
overflow: auto;
}
</style>
</head>