From 148ea1ede992142134dc50f4c440dc1c834a7393 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 21 May 2019 11:09:49 +0200 Subject: [PATCH] Prevent notice been overlapped by header --- app/assets/stylesheets/layout.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 0e089ff9a..8e7334935 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1082,10 +1082,13 @@ form { .notice-container { min-width: $line-height * 12; - position: absolute; right: 24px; top: 24px; + @include breakpoint(medium) { + position: absolute; + } + .notice { height: $line-height * 4;