Skip to content

Commit

Permalink
EPMRPP-97097 || The modal decision window should cover the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Dec 3, 2024
1 parent f8490c0 commit 4d39770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
top: 0;
bottom: 0;
width: 100%;
z-index: 1;
}

.modal-content {
display: flex;
flex-direction: column;
height: 100%;
margin-left: 48px;

@media (max-width: $SCREEN_XS_MAX) {
margin-left: 0;
Expand Down

0 comments on commit 4d39770

Please sign in to comment.