Skip to content

Commit 2dd6af4

Browse files
committed
💄 (sidebar)-fix sidebar position
1 parent 6a1493a commit 2dd6af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/components/WithComponentsBar/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.with-component-bar {
33
.component-sidebar {
44
background-color: white;
5-
top: 100px;
5+
top: 11vh;
66
overflow: auto;
77
width: 200px;
88
padding-top: 25px;

doc/src/components/WithComponentsBar/theme.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:local(.drawer) {
22
padding-left: 0 !important;
33
padding-right: 0 !important;
4-
height: calc(100% - 100px) !important;
4+
height: calc(100% - 11vh) !important;
55
@media only screen and (min-width: 992px) {
66
left: 0 !important;
77
}

0 commit comments

Comments
 (0)