diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index cab83837..11d01949 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -460,7 +460,8 @@ body.debug .debug-ui-right { .info-container { position: absolute; right: 20px; - top: 130px; } + top: 130px; + overflow-y: auto; } .subtitle { font-style: italic; |
