From a63f70c58122c69ce28208510aeaa16f823fcd47 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 6 Apr 2015 13:44:27 +0300 Subject: fixing filter menu positioning --- res/client/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index f4f80102..930a0d25 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -311,9 +311,9 @@ body.debug .debug-ui-right { #menu__type-filter { background-color: white; - position: relative; - right: 220px; - top: -5px; + position: absolute; + right: 155px; + top: 0; width: 200px; } .input-container { -- cgit v1.3.1