mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
Merge "Allow overflow from section containers on mobile"
This commit is contained in:
commit
3fd625a6cc
|
@ -181,6 +181,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
// for headings, but we add the floating stuff outside of headings (since T314714).
|
||||
// https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
|
||||
overflow: hidden;
|
||||
|
||||
.skin-minerva& {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
// Topic subscriptions (link)
|
||||
|
|
Loading…
Reference in a new issue