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

Including a modal inside a tab-pane crops the background #15

Open
kurucu opened this issue Feb 22, 2017 · 2 comments
Open

Including a modal inside a tab-pane crops the background #15

kurucu opened this issue Feb 22, 2017 · 2 comments

Comments

@kurucu
Copy link

kurucu commented Feb 22, 2017

When a Bulma modal is included inside a tab-pane, the background is cropped and the model is centred in the tab-pane, and not the fill window. Also, the modal is stuck to the top of the cropped area.

@kurucu
Copy link
Author

kurucu commented Feb 23, 2017

I have done some digging, and the offending article appears to be the class statement:

&.is-active {
  transform: translateZ(0);
}

Commenting this out allows the modal to show properly, although the modal card (in my case) is not vertically centred (it's at top: 0px).

@benlbrm
Copy link

benlbrm commented Dec 6, 2018

In witch file did you comment this ?

Any new inputs on this ? I have the same problem

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

No branches or pull requests

2 participants