File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ const htmlTypesToRender = state.HTMLTypes.filter(type => type.name !== 'separato
145
145
// direction='column'
146
146
// justify='center'
147
147
// alignItems='center'
148
+ id = "HTMLItemsGrid"
148
149
>
149
150
{ htmlTypesToRender . map ( option => (
150
151
< HTMLItem
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ const RightContainer = (): JSX.Element => {
277
277
} ;
278
278
279
279
return (
280
- < div className = "column right" style = { style } >
280
+ < div className = "column right" id = "rightContainer" style = { style } >
281
281
< ComponentPanel />
282
282
< ProjectManager />
283
283
{ /* -----------------------------MOVED PROJECT MANAGER------------------------------------ */ }
Original file line number Diff line number Diff line change @@ -136,6 +136,10 @@ LEFT COLUMN
136
136
flex-wrap : wrap;
137
137
}
138
138
139
+ # HTMLItemsGrid {
140
+ margin-left : 15px ;
141
+ }
142
+
139
143
# HTMLItem {
140
144
/* transition: background 0.5s ease-in-out; */
141
145
transition : 0.3s ;
@@ -313,6 +317,10 @@ RIGHT COLUMN
313
317
/////////////////////////////////////////////
314
318
*/
315
319
320
+ # rightContainer {
321
+ overflow : scroll;
322
+ }
323
+
316
324
.export {
317
325
border-top : 1px solid # ccc ;
318
326
display : flex;
You can’t perform that action at this time.
0 commit comments