Skip to content

Commit

Permalink
Fixed a bug causing double scroll bars to appear (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 authored Feb 2, 2022
1 parent b2a76db commit 55879bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webapp/src/pages/boardPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
}

@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
.mobileWarning {display: flex;}
}
}
Expand All @@ -48,3 +48,7 @@
width: 600px;
height: 468px;
}

.mainContentRow {
height: calc(100% - 40px);
}

0 comments on commit 55879bd

Please sign in to comment.