fix: Correct bottom width and height calculations in Panel component and styles
This commit is contained in:
@@ -246,7 +246,7 @@ const Panel: React.FC<PanelProps> = ({
|
||||
|
||||
// Calculate capacities and dimensions
|
||||
const topWidth = getPanelStyle("top").width;
|
||||
const bottomWidth = getPanelStyle("bottom").width;
|
||||
const bottomWidth = getPanelStyle("bottom").height;
|
||||
const leftHeight = getPanelStyle("left").height;
|
||||
const rightHeight = getPanelStyle("right").height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user