Skip to content

Commit

Permalink
🐛 slide-in drawer should open within the Grapher frame (#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored Oct 1, 2024
1 parent 7a13737 commit 1feb245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.drawer {
.drawer-contents {
position: fixed;
position: absolute;
right: 0;
top: 0;
width: 300px;
Expand All @@ -10,7 +10,7 @@
}

.drawer-backdrop {
position: fixed;
position: absolute;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 1feb245

Please sign in to comment.