Skip to content

Commit

Permalink
Maintenance: Fix issue with clue modal positioniong on the screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Sep 23, 2024
1 parent a708781 commit 1809b1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/zammad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2987,10 +2987,11 @@ input.has-error {
}

.modal--clue {
@extend .zIndex-6;

display: flex;
align-items: center;
justify-content: center;
z-index: 500;

.modal-backdrop {
bottom: 0;
Expand Down Expand Up @@ -9418,7 +9419,7 @@ li.list-item-none {
.dropdown-menu > li > a.is-hovered {
color: var(--text-inverted);
text-decoration: none;
background-color: var(--background-secondary-hover);
background: var(--menu-background-active);
}

.dropdown-menu .badge--text {
Expand Down

0 comments on commit 1809b1c

Please sign in to comment.