fix: tweak z-index to not clash with sidebar on mobile #1

Open
csolisr wants to merge 1 commit from fix-showmore-dyn-css into develop
Owner

By default, the z-index of the toggle button is above the z-index of the sidebar on mobile devices. This fix tweaks the z-index so that it remains below the sidebar while it's open.

By default, the z-index of the toggle button is above the z-index of the sidebar on mobile devices. This fix tweaks the z-index so that it remains below the sidebar while it's open.
csolisr added 1 commit 2023-07-07 17:02:54 +02:00
e91fa307d0 fix: tweak z-index to not clash with sidebar on mobile
By default, the z-index of the toggle button is above the z-index of the sidebar on mobile devices. This fix tweaks the z-index so that it remains below the sidebar while it's open.
First-time contributor

Thank you for your work, unfortunately I'm not able to merge this PR because you submitted it against your own fork. Please redo your PR against friendica/friendica-addons:develop specifically so that we can distribute your work.

Thank you for your work, unfortunately I'm not able to merge this PR because you submitted it against your own fork. Please redo your PR against `friendica/friendica-addons:develop` specifically so that we can distribute your work.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-showmore-dyn-css:fix-showmore-dyn-css
git checkout fix-showmore-dyn-css

Merge

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff fix-showmore-dyn-css
git checkout develop
git merge --ff-only fix-showmore-dyn-css
git checkout fix-showmore-dyn-css
git rebase develop
git checkout develop
git merge --no-ff fix-showmore-dyn-css
git checkout develop
git merge --squash fix-showmore-dyn-css
git checkout develop
git merge --ff-only fix-showmore-dyn-css
git checkout develop
git merge fix-showmore-dyn-css
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: csolisr/friendica-addons#1
No description provided.