html5
and save.Inherited | html5 |
---|---|
![]() |
![]() |
![]() |
![]() |
"Edit Module"-button stay at same position.
"Edit Module"-button change position.
Styles Inherited
and Cards
works as expected. Related pull request #32757.
Labels |
Added:
?
|
The "problem" is that the class card
has a position relative
defined, modules with other chromes has no position defined. There are a lot of combinations: different styles (html5, none...) and different module tags (article, aside....). So we have to find a way to define position relative
to all elements inside a module.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-07 08:09:27 |
Closed_By | ⇒ | sandramay0905 | |
Labels |
Added:
?
Removed: ? |
@rdeutz As you had fixed these buttons with PR #32757 : Do you have an idea what could be the reason that it doesn't work e.g. with the html5 module style? Or is that more an issue with CSS priorities, something for @drmenzelit ?