Skip to content

Commit 4caa2c1

Browse files
authored
FEATURE: Make RightSideBar inspector resizable
This uses some small html hacks to make RightSideBar resizable in a comparable way to LeftSideBar.
1 parent 5d89246 commit 4caa2c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/neos-ui/src/Containers/RightSideBar/style.module.css

+5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
right: unset;
77
position: relative;
88
background-color: var(--colors-ContrastDarkest);
9+
direction: rtl;
10+
resize: horizontal;
11+
overflow: auto hidden;
912
}
1013
.rightSideBar--isHidden {
1114
width: 0;
15+
overflow: initial;
1216
}
1317
.rightSideBar--isHidden > div {
1418
display: none;
@@ -30,6 +34,7 @@
3034
.rightSideBar__components {
3135
background: var(--colors-ContrastDarkest);
3236
height: 100%;
37+
direction: ltr;
3338
}
3439

3540
.rightSideBar__section {

0 commit comments

Comments
 (0)