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:
commit
eb2bf464de
|
@ -63,7 +63,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
box-shadow: 0 -1px hsla(var(--primary-text-color_hsl), 0.2);
|
box-shadow: 0 -1px hsla(var(--primary-text-color_hsl), 0.2);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
z-index: 999;
|
z-index: 1000;
|
||||||
padding-bottom: env(safe-area-inset-bottom); /* iOS PWA */
|
padding-bottom: env(safe-area-inset-bottom); /* iOS PWA */
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
|
Loading…
Reference in New Issue