2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #15142: Add position: relative; to .dropup for proper placement of menus

This commit is contained in:
Mark Otto
2015-01-18 13:39:40 -08:00
parent 1bf1ba7103
commit db8eeaa17a
9 changed files with 10 additions and 7 deletions
+1
View File
@@ -16,6 +16,7 @@
}
// The dropdown wrapper (div)
.dropup,
.dropdown {
position: relative;
}