Skip to content

Commit

Permalink
 fix(GUI): darkmode scrollbar for publication import dialog (PR #2652 F…
Browse files Browse the repository at this point in the history
…ixes #2648)
  • Loading branch information
arthur-lemeur authored Nov 13, 2024
1 parent 1e026d2 commit 69b0858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/assets/styles/components/alert.modals.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use '../partials/mixin' as mx;

.CSS_START_components_alertModals {
display: none;
}
Expand All @@ -24,6 +26,8 @@
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
z-index: 110;
border: 1px solid var(--color-verylight-grey-alt);

@include mx.scrollbar_styling;
}

.AlertDialogContent:focus {
Expand Down

0 comments on commit 69b0858

Please sign in to comment.