Skip to content

Commit

Permalink
fix(whiteboads): layout height
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Feb 7, 2023
1 parent c0ca80e commit a8c48d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/modules/layout/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ body.is-pdf-active #head {
body:not(.is-banner-active) .cp__sidebar-main-content,
#left-sidebar,
#right-sidebar,
#search-in-page {
#search-in-page,
.whiteboard-page {
margin-top: calc(var(--awUI-tabs-height) + var(--awUI-head-height)) !important;
}
.whiteboard-page {
height: calc(100% - var(--awUI-tabs-height) - var(--awUI-head-height))!important;
}

/* pdf */
body.is-pdf-active #app-container {
Expand Down

0 comments on commit a8c48d9

Please sign in to comment.