Skip to content

Commit 64a1313

Browse files
authored
Merge pull request #572 from NejcZdovc/hotfix/#382-sidecar
Fixed sidecar overflowing content
2 parents b07ed9b + b5f551a commit 64a1313

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)