1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Add v5.0.0 docs (#33648)

This commit is contained in:
XhmikosR
2021-05-05 22:46:33 +03:00
committed by GitHub
parent 6c2ff8d371
commit d1334cc7ac
178 changed files with 10190 additions and 5238 deletions

View File

@@ -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;
}