Skip to content

Commit

Permalink
Fix cookie notification placement
Browse files Browse the repository at this point in the history
was not truly at page bottom; if page body is too short to reach window bottom
  • Loading branch information
MJacred committed Jan 31, 2023
1 parent edf2dba commit 21b92e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/invi/partials/_cookies.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#cookie-notification {
background-color: $cp-container-5;
position: sticky;
position: fixed;
width: 100%;
bottom: 0;
padding: 8px;
}
Expand Down

0 comments on commit 21b92e1

Please sign in to comment.