2
0
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:
Gaël Poupard
2021-04-30 00:19:07 +02:00
committed by GitHub
parent 3bcb9e7df7
commit 7bbf6d9ad3
7 changed files with 901 additions and 882 deletions
@@ -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;
}