Skip to content

Commit

Permalink
Remove CSS in ContextMenu component
Browse files Browse the repository at this point in the history
It's not needed because we're already using `dropdown` and `content`
classes.
  • Loading branch information
seancolsen committed Mar 24, 2022
1 parent 249090e commit 449a244
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,3 @@
</div>
{/if}
</div>

<style>
.context-menu {
position: fixed;
}
</style>

0 comments on commit 449a244

Please sign in to comment.