tabs
tabs copied to clipboard
Including a modal inside a tab-pane crops the background
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.
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).
In witch file did you comment this ?
Any new inputs on this ? I have the same problem