diff --git a/static/css/pad.css b/static/css/pad.css index 167aed253..e12738b50 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -816,8 +816,8 @@ ul#colorpickerswatches li:hover #chaticon { z-index: 400; - position:absolute; - bottom:0px; + position: fixed; + bottom: 0px; right: 20px; padding: 5px; border-left: 1px solid #999; @@ -1292,4 +1292,7 @@ label { bottom: 33px; right: 0; } + .separator { + display: none; + } }