Skip to content

Commit 333cb1c

Browse files
committed
add comment
1 parent 6e0fe7d commit 333cb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Splitter/SplitterLayout.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.splitter {
22
width: 100%;
3-
height: calc(100% - 3.25rem);
3+
height: calc(100% - 3.25rem); /* subtract height of ShellBar */
44
}
55

66
.asideContent {

0 commit comments

Comments
 (0)