Remove fixed height on .top-navbar (#68)

* Remove fixed height on .top-navbar

* Fix responsiveness

Co-authored-by: Emruz Hossain <emruz@appscode.com>
This commit is contained in:
Jean Macena 2020-08-25 12:28:39 -03:00 committed by GitHub
parent 9abf5b5796
commit 738f7d5a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 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 {