forked from friendica/friendica-addons
Merge pull request '[showmoredyn] fix: tweak z-index to not clash with sidebar on mobile' (#1401) from csolisr/friendica-addons:fix-showmore-dyn-css into develop
Reviewed-on: friendica/friendica-addons#1401
This commit is contained in:
commit
463f5eb7e0
|
@ -7,7 +7,7 @@
|
|||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
z-index: 11;
|
||||
z-index: 9;
|
||||
left: 0;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue