1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Fix dropup in navbar

This commit is contained in:
Johann-S
2017-08-17 16:34:08 +02:00
parent b29b1e1558
commit b6988714a1

View File

@@ -74,6 +74,14 @@
position: static; position: static;
float: none; float: none;
} }
.dropup {
.dropdown-menu {
position: absolute;
top: auto;
bottom: 100%;
}
}
} }