diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index caf65922..da347b4e 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -471,16 +471,17 @@ body.debug .debug-ui-right { opacity: 0.5; } .info-container { + margin-top: 85px; + margin-bottom: 20px; + position: absolute; + max-height: 300px; background-color: white; border-top: 6px solid #363636; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.55); overflow-y: auto; padding: 12px 10px; - position: absolute; right: 10px; - top: 120px; width: 300px; - bottom: 160px; box-sizing: border-box; } .info-container textarea { |
