Skip to content

Commit f6d2736

Browse files
Remove bottom spacing from palette container
- Changed .red-ui-palette-scroll bottom from 25px to 0 - Palette now extends to full height of the left sidebar - Right sidebar footer already hidden with display: none Co-authored-by: Dimitrie Hoekstra <[email protected]>
1 parent 76ad845 commit f6d2736

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/@node-red/editor-client/src/sass

1 file changed

+1
-1
lines changed

packages/node_modules/@node-red/editor-client/src/sass/palette.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
position: absolute;
7070
top: 35px;
7171
right: 0;
72-
bottom: 25px;
72+
bottom: 0;
7373
left:0;
7474
padding: 0;
7575
overflow-y: auto;

0 commit comments

Comments
 (0)