mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
replace react-resizable-panels with react-split-pane
- react-resizable-panels was causing an issue with browser navigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user