Skip to content
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

Adjusted z-index to cover "copy" buttons #34018

Merged
merged 7 commits into from
May 19, 2021

Conversation

jasonsperske
Copy link
Contributor

The copy to clipboard buttons have a z-index:10 while the toasts were styled to have a z-index:5 causing them to appear under the button.

Without this fix it looks like this:
z-index issue

With this fix it looks like this (tested locally):
z-index fixed

The copy to clipboard buttons have a `z-index:10` while the toasts were styled to have a `z-index:5" causing them to appear under the button.
oops on that one
Copy link
Member

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

@XhmikosR XhmikosR merged commit a44f3f4 into twbs:main May 19, 2021
marvin-hinkley-vortx pushed a commit to Vortx-Inc/bootstrap that referenced this pull request May 20, 2021
The copy to clipboard buttons have a `z-index:10` while the toasts were styled to have a `z-index:5" causing them to appear under the button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants