Skip to content

Commit b5f551a

Browse files
committed
Fixed sidecar overflowing content
Resolves #382
1 parent b07ed9b commit b5f551a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sidecar/sidecar-style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.sidecar {
55
display: none;
66

7-
@include break(large) {
7+
@media (min-width: 1085px) {
88
display: block;
99
position: fixed;
1010
top: 100px;

0 commit comments

Comments
 (0)