Skip to content

Commit

Permalink
Calculate Console app height
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 26, 2019
1 parent 7fef618 commit 1caf0f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/legacy/core_plugins/console/public/quarantined/_app.scss
@@ -1,5 +1,8 @@
// TODO: Move all of the styles here (should be modularised by, e.g., CSS-in-JS or CSS modules).
@import '@elastic/eui/src/components/header/variables';

#consoleRoot {
height: calc(100vh - calc(#{$euiHeaderChildSize} * 2));
display: flex;
flex: 1 1 auto;
// Make sure the editor actions don't create scrollbars on this container
Expand Down

0 comments on commit 1caf0f2

Please sign in to comment.