mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-62434 Theme boost: fix popover arrows above/under popups
This commit is contained in:
parent
ab65b87f3d
commit
b5f402ad73
@ -162,6 +162,14 @@ ol {
|
||||
.bs-popover-auto[x-placement^="left"] .arrow {
|
||||
right: -9px;
|
||||
}
|
||||
.bs-popover-top .arrow,
|
||||
.bs-popover-auto[x-placement^="top"] .arrow {
|
||||
bottom: -9px;
|
||||
}
|
||||
.bs-popover-bottom .arrow,
|
||||
.bs-popover-auto[x-placement^="bottom"] .arrow {
|
||||
top: -9px;
|
||||
}
|
||||
|
||||
// Fixes an issue on Safari when the .custom-select is inside a .card class.
|
||||
.custom-select {
|
||||
|
Loading…
x
Reference in New Issue
Block a user