replace react-resizable-panels with react-split-pane

- react-resizable-panels was causing an issue with browser navigation
This commit is contained in:
jeffvli
2025-12-27 00:55:38 -08:00
parent 796e511626
commit f0d22267c3
6 changed files with 90 additions and 45 deletions
@@ -3,7 +3,9 @@
z-index: 50;
width: 100%;
height: 100%;
max-height: 100%;
margin: auto;
overflow: hidden;
&:hover {
.settings-icon {
@@ -21,6 +23,8 @@
display: block;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.preset-overlay {