|
|
@@ -184,8 +184,8 @@
|
|
|
top: 0px;
|
|
|
|
|
|
.search-result-list-scroll {
|
|
|
- // subtract the height of SearchControl component + a gap made above #page-wrapper and below #main
|
|
|
- height: calc(100vh - 117px);
|
|
|
+ // subtract the height of GrowiNavbar + (SearchControl component + other factors)
|
|
|
+ height: calc(100vh - (($grw-navbar-height + $grw-navbar-border-width) + 110px));
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.nav.nav-pills {
|
|
|
@@ -276,18 +276,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// class to add to .grw-navbar to hide its navbar above the displaying page
|
|
|
-body.on-search {
|
|
|
- .grw-navbar {
|
|
|
- position: fixed !important;
|
|
|
- width: 100vw;
|
|
|
- }
|
|
|
- .page-wrapper {
|
|
|
- position: relative;
|
|
|
- top: $grw-navbar-border-width;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
// 2021/9/22 TODO: Remove after moving to SearchResult
|
|
|
.search-page-input {
|
|
|
position: sticky;
|