Skip to content

Commit

Permalink
Prevent notice been overlapped by header
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed May 22, 2019
1 parent f37a2bd commit 148ea1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 148ea1e

Please sign in to comment.