Skip to content

Commit

Permalink
fix(editor): top right actions not positioned properly
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Sep 4, 2023
1 parent 268d94c commit af4e4c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,11 @@
}

.event-popover__top-right-actions {
display: flex;
gap: var(--default-grid-baseline);
position: absolute !important;
top: 0 !important;
right: 0 !important;
top: var(--default-grid-baseline) !important;
right: var(--default-grid-baseline) !important;
z-index: 100 !important;
opacity: .7 !important;
border-radius: 22px !important;
Expand Down

0 comments on commit af4e4c1

Please sign in to comment.