Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit aa36ccf

Browse files
author
dpatanin
committed
bugfix scanner sidebar small display
1 parent 0504976 commit aa36ccf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/scss/components/_sidebar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ span {
6161
display: inline-block;
6262
}
6363
.sidebar {
64+
@include media-breakpoint-down(sm) {
65+
display: none;
66+
}
6467
min-width: 100px;
6568
max-width: 250px;
6669
background: $secureCodeBlue;

0 commit comments

Comments
 (0)