mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Improve overall new examples' accessibility (#33772)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
body {
|
||||
main {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
height: 100vh;
|
||||
@@ -6,7 +6,7 @@ body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
body > * {
|
||||
main > * {
|
||||
flex-shrink: 0;
|
||||
min-height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user