tabs icon indicating copy to clipboard operation
tabs copied to clipboard

Including a modal inside a tab-pane crops the background

Open kurucu opened this issue 8 years ago • 2 comments

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 avatar Feb 22 '17 21:02 kurucu

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).

kurucu avatar Feb 23 '17 18:02 kurucu

In witch file did you comment this ?

Any new inputs on this ? I have the same problem

benlbrm avatar Dec 06 '18 10:12 benlbrm