From 3e7be4eeed06df6f05c777195f7d12aeb140ee71 Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 7 Feb 2018 14:31:28 +0200 Subject: [PATCH] top container styles --- frontend/web/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 1b3a97a..f22b482 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -79,7 +79,7 @@ body{position:relative;} padding: 0; height:30px; } -#top>.container{height:100%;} +#top>.container{height:100%;overflow: hidden;} #top .social a { color: #999999; display: inline-block; -- libgit2 0.21.4