ThumbNavigation: fix z-index on Profile pages

This commit is contained in:
Alex Gleason 2021-11-02 09:10:17 -05:00
parent 383b137bcc
commit 52bdaacd85
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -63,7 +63,7 @@
justify-content: space-between;
box-shadow: 0 -1px hsla(var(--primary-text-color_hsl), 0.2);
border-radius: 0;
z-index: 999;
z-index: 1000;
padding-bottom: env(safe-area-inset-bottom); /* iOS PWA */
overflow-x: auto;
scrollbar-width: thin;