Skip to content

Commit

Permalink
[#1735] Fixed url-bar-resizing and z-index for mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Sep 12, 2023
1 parent defa012 commit 3bf9f5c
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 3bf9f5c

Please sign in to comment.