From ad692c2b6f86afb6dfd4c77ebb73e86dce31587d Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 14 Jul 2015 15:08:51 -0400 Subject: [PATCH] Fix footer-mainmenu overlap on low res --- style/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index b15065f96..db8c76316 100644 --- a/style/client.css +++ b/style/client.css @@ -840,7 +840,7 @@ p.or:after { .mainmenu { padding-bottom: 1px; } - .rightmenu { + .rightmenu, .tiny-layout .rightmenu { position: static; top: 0; right: 0;