Project

General

Profile

Bootstrap3 theme and WStackedWidget

Added by Emeric Poupon almost 4 years ago

Hello,

I already noticed WStackedWidget does not always play nicely with bootstrap3 theme.

In particular I have this hardcoded encoded style on the stacked widget element:

element.style {
    overflow-x: hidden;
    overflow-y: hidden;
}

It there a rationale for this?

When using the grid system in a stacked widget, it prevents the --15 margin applied on row elements to be visible.

I have to manually set overflow to "visible" in code, which is quite questionable.