fix style

This commit is contained in:
edbrz9 2022-12-29 16:28:52 +01:00
parent 130398bf9c
commit 7bcb098d2c
2 changed files with 15 additions and 2 deletions

View File

@ -23,3 +23,18 @@ body {
height: 100%;
}
div.y2t-output {
display: flow-root;
}
div.y2t-output button {
margin-bottom: 20px;
display:block;
}
div.y2t-output div {
max-height: 120px;
overflow-y: scroll;
display:block;
}

View File

@ -10,8 +10,6 @@
<div id="root">
<h4>Welcome on the handler page v4</h4>
<?php
$url = $_POST['url'];
$lang = $_POST['lang'];