Skip to content

Updated fab button zindex #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Updated fab button zindex #127

merged 2 commits into from
Feb 23, 2022

Conversation

pvictor
Copy link
Collaborator

@pvictor pvictor commented Nov 25, 2021

Changed z-index of fab button to 1040 to make it appear above sidebar (in shinydashboard/bs4Dash) but below modal dialog.

Some z-index values to comparison:

  • shinydashboard sidebar: 810
  • bs4dash sidebar: 1038
  • bootstrap navbar (3): 1000
  • bootstrap modal (3+): 1050

Fix #123

@bthieurmel bthieurmel merged commit 81d0da2 into master Feb 23, 2022
@bthieurmel bthieurmel deleted the fab-zindex branch February 23, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fab_position = "bottom-left" removes logout button
2 participants