diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-06 13:44:27 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-06 13:44:27 +0300 |
| commit | a63f70c58122c69ce28208510aeaa16f823fcd47 (patch) | |
| tree | 4013cf83f5dc9b723bf68bd40a9e69a1529b6676 /res/client/css/partials | |
| parent | 6999761762aa773234de1bb642e91026475ca234 (diff) | |
fixing filter menu positioning
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/dropdown-menu.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index 504fd6a6..49b39ec8 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -33,8 +33,8 @@ #menu__type-filter { background-color: $white; - position: relative; - right: 220px; - top: -5px; + position: absolute; + right: 155px; + top: 0; width: 200px; } |
