diff --git a/www/res/style.css b/www/res/style.css index c54939c9..2c814d1d 100644 --- a/www/res/style.css +++ b/www/res/style.css @@ -31,12 +31,16 @@ a { color: #CCC; border: 0; font-size: 0.3cm; - overflow: hidden; + overflow: hidden auto; white-space: pre-wrap; margin: 0; + max-height: 50vh; } #logfilearea{ - position:relative; + position: fixed; + bottom: 0; + width: 100%; + z-index: 100; } #logfileactivate { text-align: center; @@ -102,6 +106,10 @@ select > option[disabled] { } +#lastevents { + margin-bottom: 0.75cm; +} + #lastevents table { width: 100%; font-size: 2.5vw; @@ -474,14 +482,6 @@ x-trbgr.hdr { font-size: 0.7em; } -#lastevents { -} - -#lastevents::-webkit-scrollbar{ - width: 0; - -} - .summary { }