From b5f402ad7321346864537405359e7abf932f87aa Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Mon, 14 May 2018 10:00:41 +0200 Subject: [PATCH] MDL-62434 Theme boost: fix popover arrows above/under popups --- theme/boost/scss/moodle/undo.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/boost/scss/moodle/undo.scss b/theme/boost/scss/moodle/undo.scss index 38d13090758..1f2467a8009 100644 --- a/theme/boost/scss/moodle/undo.scss +++ b/theme/boost/scss/moodle/undo.scss @@ -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 {