Skip to content

Commit

Permalink
Merge pull request #764 from maykinmedia/fix/1735-cookiebanner-align-…
Browse files Browse the repository at this point in the history
…bottom-on-mobile

[#1735] Fix cookiebanner position for mobile devices
  • Loading branch information
alextreme authored Sep 17, 2023
2 parents 06eac6d + 3bf9f5c commit c294eef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
left: 0;
max-height: 80vh;
padding: var(--spacing-giant);
position: absolute;
position: fixed;
z-index: 1101;

@media (min-width: 768px) {
margin: 0;
Expand Down

0 comments on commit c294eef

Please sign in to comment.