Skip to content

Commit

Permalink
fix modal offset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Jan 15, 2025
1 parent d2123ed commit 9095215
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui2/src/app/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#root {
margin: 0;
padding: 0;
width: 100%;
}

.mantine-Modal-inner {
left: 0;
right: 0;
}

main {
Expand Down

0 comments on commit 9095215

Please sign in to comment.