diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-14 13:54:10 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-14 13:54:10 +0200 |
| commit | d7e050438980f37816c8919d016d3a907f85f87a (patch) | |
| tree | a7d1d1ef2930bf8d3543da0515fd82817e4863ed /res/client/css/style.css | |
| parent | 86fb0bdeaa51226c84a04a34bfb88576d26f3b16 (diff) | |
client/info-container: make sure properties dialog is always visible - does show up longer on taller screens
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index c6532522..38ac23b0 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -480,6 +480,7 @@ body.debug .debug-ui-right { right: 10px; top: 120px; width: 300px; + bottom: 160px; box-sizing: border-box; } .info-container textarea { |
