File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/core/components/sidepanels Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Suraj Air" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"homepage" : " https://chaibuilder.com" ,
8
- "version" : " 1.1.17 " ,
8
+ "version" : " 1.1.18 " ,
9
9
"type" : " module" ,
10
10
"repository" : {
11
11
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -129,7 +129,10 @@ const SidePanels = () => {
129
129
</ div >
130
130
} >
131
131
< div
132
- className = { cn ( "relative h-full max-h-[93%] overflow-y-auto bg-background p-1" , activePanel === "layers" ? "" : "z-[100]" ) }
132
+ className = { cn (
133
+ "relative h-full max-h-[93%] overflow-y-auto overflow-x-hidden bg-background p-1" ,
134
+ activePanel === "layers" ? "" : "z-[100]" ,
135
+ ) }
133
136
onMouseEnter = { ( ) => {
134
137
if ( hideTimeout ) clearTimeout ( hideTimeout ) ;
135
138
} } >
You can’t perform that action at this time.
0 commit comments