1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Adding hotfix to bootstrap 5.3 alpha popover #507

This commit is contained in:
Patrik J. Braun 2023-03-11 23:00:31 +01:00
parent b3a20cf41d
commit 67e5d6faaf

View File

@ -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;
}