Merge branch 'fix-profile-z-index' into 'develop'

ThumbNavigation: fix z-index on Profile pages

See merge request soapbox-pub/soapbox-fe!843
This commit is contained in:
Alex Gleason 2021-11-02 14:11:08 +00:00
commit eb2bf464de
1 changed files with 1 additions and 1 deletions

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;