diff --git a/src/styles/components/_roombar.scss b/src/styles/components/_roombar.scss index 87130b2e..0d5d24a8 100644 --- a/src/styles/components/_roombar.scss +++ b/src/styles/components/_roombar.scss @@ -18,18 +18,20 @@ * along with this program. If not, see . * */ + #roombar { - position: absolute; - left:0px; - top:44px; - right:0px; - min-width:260px; - z-index:4; + left: 0; + min-width: 260px; + position: absolute; + right: 0; + top: 44px; + z-index: 4; } + #roombar .roombar { - position: absolute; - left:0px; - top:0px; - right:0px; + left: 0; + position: absolute; + right: 0; + top: 0; }