Skip to content

Commit 0db2044

Browse files
authored
Merge pull request #163 from ccmdesign/150-sidebar
[#150] Fix sidebar
2 parents 9bfbfdc + c56d33e commit 0db2044

File tree

1 file changed

+11
-0
lines changed
  • prefix_finder/frontend/static/css

1 file changed

+11
-0
lines changed

prefix_finder/frontend/static/css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ fieldset {
597597
padding: 0 30px;
598598
display: flex;
599599
flex-direction: column;
600+
overflow: auto;
600601
}
601602
@media (max-width: 64em) {
602603
.sidebar {
@@ -608,6 +609,11 @@ fieldset {
608609
padding: 40px 60px;
609610
margin-bottom: 30px;
610611
}
612+
@media (max-height: 715px) {
613+
.sidebar__logo img {
614+
padding-bottom: 0px;
615+
}
616+
}
611617
.sidebar .button span {
612618
margin: 0 0 0 25px;
613619
}
@@ -649,6 +655,11 @@ fieldset {
649655
font-size: 18px;
650656
color: #333;
651657
}
658+
@media (max-height: 715px) {
659+
.filter {
660+
padding-bottom: 0px;
661+
}
662+
}
652663

653664
.quality-chart.quality-chart {
654665
position: relative;

0 commit comments

Comments
 (0)