Fix responsiveness

This commit is contained in:
Emruz Hossain 2020-08-25 19:48:13 +06:00
parent c48e9f71ef
commit 9b61cc5ae0
5 changed files with 56 additions and 194 deletions

View file

@ -196,6 +196,7 @@ a.focused {
position: sticky;
top: 2.5rem;
width: 100%;
max-height: calc(100vh - 2.5rem);
}
.sidebar-section.hide {