Skip to content

Commit

Permalink
fix: drop suggestion position fix (#17523)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Sep 19, 2023
1 parent 89b22a3 commit cd67049
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/scenes/notebooks/Notebook/NotebookPopover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
transition: transform var(--notebook-popover-transition-properties),
width var(--notebook-popover-transition-properties);

> * + * {
margin-top: 1rem;
}

.NotebookPopover__content__card {
flex: 1;
display: flex;
Expand Down Expand Up @@ -102,6 +98,7 @@

transition: all 150ms;
height: 4rem;
margin-bottom: 1rem;
backdrop-filter: blur(5px);
display: flex;

Expand Down

0 comments on commit cd67049

Please sign in to comment.