Fixed z-index for sidebar toggle arrow

This commit is contained in:
Julian Prieber 2023-05-17 12:46:08 +02:00
parent 5cff46b58e
commit 9a03363d59
2 changed files with 2 additions and 1 deletions

View File

@ -19868,6 +19868,7 @@ body.offcanvas-active {
position: absolute;
right: -12px;
top: 85px;
z-index: 2;
cursor: pointer;
background: var(--bs-primary);
color: #ffffff;

File diff suppressed because one or more lines are too long