Skip to content

Commit

Permalink
Update sidebar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnaukal committed May 28, 2024
1 parent 61b6843 commit e360736
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/lib/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function renderFrameWithContent(panelInFullScreen, showSidebar, primaryMenu, sec

} else {
return (
<div key="app">
<div key="app" className="app">
<header key="appHeader" className="app-header">
<nav className="navbar navbar-expand-lg navbar-dark bg-dark">
{showSidebar &&
Expand Down
7 changes: 7 additions & 0 deletions client/src/scss/ivis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ body.ivis {
}
}

.app {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.app-header {

.navbar {
Expand Down Expand Up @@ -141,6 +147,7 @@ body.ivis {
.app-body {
display: flex;
flex-direction: row;
flex-grow: 1;

.sidebar {
flex: 0 1 $sidebar-width;
Expand Down

0 comments on commit e360736

Please sign in to comment.