Skip to content

Commit

Permalink
Fixes header offset
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
  • Loading branch information
ashwin-pc committed Jul 13, 2023
1 parent d18c5a4 commit a1d1270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/data_explorer/public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ $osdHeaderOffset: $euiHeaderHeightCompensation;
.dePageTemplate {
height: calc(100vh - #{$osdHeaderOffset});
}

.headerIsExpanded .dePageTemplate {
height: calc(100vh - #{$osdHeaderOffset * 2});
}

0 comments on commit a1d1270

Please sign in to comment.