From 67e5d6faafc3419dea64722f37db8121989addf3 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 11 Mar 2023 23:00:31 +0100 Subject: [PATCH] Adding hotfix to bootstrap 5.3 alpha popover #507 --- src/frontend/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/styles.css b/src/frontend/styles.css index 914a6278..1b739803 100644 --- a/src/frontend/styles.css +++ b/src/frontend/styles.css @@ -17,8 +17,8 @@ bs-dropdown-container { z-index: 1; } -/* TODO: remove popover in ngx-bootstrap is fixed*/ -.bs-popover-top{ +/* TODO: remove popover in ngx-bootstrap, bootstrap 5.3-alpha is fixed */ +.bs-popover-top, .bs-popover-bottom{ position: absolute; }