Merge "Allow overflow from section containers on mobile"

This commit is contained in:
jenkins-bot 2023-03-09 22:54:43 +00:00 committed by Gerrit Code Review
commit 3fd625a6cc

View file

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