We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d89246 commit 4caa2c1Copy full SHA for 4caa2c1
packages/neos-ui/src/Containers/RightSideBar/style.module.css
@@ -6,9 +6,13 @@
6
right: unset;
7
position: relative;
8
background-color: var(--colors-ContrastDarkest);
9
+ direction: rtl;
10
+ resize: horizontal;
11
+ overflow: auto hidden;
12
}
13
.rightSideBar--isHidden {
14
width: 0;
15
+ overflow: initial;
16
17
.rightSideBar--isHidden > div {
18
display: none;
@@ -30,6 +34,7 @@
30
34
.rightSideBar__components {
31
35
background: var(--colors-ContrastDarkest);
32
36
height: 100%;
37
+ direction: ltr;
33
38
39
40
.rightSideBar__section {
0 commit comments