mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Fixes #15142: Add position: relative; to .dropup for proper placement of menus
This commit is contained in:
Vendored
+1
@@ -3401,6 +3401,7 @@ tbody.collapse.in {
|
||||
border-right: 4px solid transparent;
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
.dropup,
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user