diff --git a/proj/y2t/assets/css/style.css b/proj/y2t/assets/css/style.css index 269adec..8160ea9 100644 --- a/proj/y2t/assets/css/style.css +++ b/proj/y2t/assets/css/style.css @@ -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; +} \ No newline at end of file diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 0217503..b038e3c 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -10,8 +10,6 @@
-

Welcome on the handler page v4

-