From ab5a4a10a58a52105fd0fcb8fc7aa0f24db948f8 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Wed, 5 Dec 2012 12:51:07 -0500 Subject: [PATCH] set top to be below navbar This makes it so the flash notifier doesn't cover the navbar --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 738ec2bf1dc..6e5396be40f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -72,7 +72,7 @@ table a code { height: 50px; position: fixed; z-index: 10001; - top: 0px; + top: 50px; width: 100%; margin-bottom: 15px; overflow: hidden; -- GitLab