We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0fe7d commit 333cb1cCopy full SHA for 333cb1c
src/components/Splitter/SplitterLayout.module.css
@@ -1,6 +1,6 @@
1
.splitter {
2
width: 100%;
3
- height: calc(100% - 3.25rem);
+ height: calc(100% - 3.25rem); /* subtract height of ShellBar */
4
}
5
6
.asideContent {
0 commit comments