Skip to content

Commit

Permalink
fix: keep the grid in ltr since the underlying library used fixed pos…
Browse files Browse the repository at this point in the history
…itioning
  • Loading branch information
kabaros committed Jun 1, 2024
1 parent d74ab34 commit fd2e0b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/styles/ItemGrid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* react-grid-layout style */

.react-grid-layout {
direction: ltr;
}
.react-grid-item {
overflow: hidden !important;
box-shadow: 0px 0px 3px 0px #999999;
Expand Down

0 comments on commit fd2e0b7

Please sign in to comment.