Skip to content

Commit

Permalink
Splitter fixes (#2396)
Browse files Browse the repository at this point in the history
* fix: horizontal resize working

* fix: cleanup
  • Loading branch information
jake-bassett authored Sep 14, 2023
1 parent eae893f commit a8fc0ec
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 168 deletions.
1 change: 1 addition & 0 deletions projects/components/src/splitter/splitter.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.splitter-container {
@include m.fill-container();
position: relative;
display: flex;

&.horizontal {
Expand Down
Loading

0 comments on commit a8fc0ec

Please sign in to comment.