fix: dashboard sidebar expanding.

This commit is contained in:
a.bouhuolia
2021-04-19 18:34:02 +02:00
parent c6aca4ecfa
commit f29c1b6cec
27 changed files with 178 additions and 230 deletions

View File

@@ -307,6 +307,17 @@ $dashboard-views-bar-height: 45px;
flex: 1 0 0;
}
&__fallback-loading{
display: flex;
flex-direction: column;
height: 100%;
background-color: #fbfbfb;
.bp3-spinner{
margin: auto;
}
}
&__page-content {
display: flex;
flex-direction: column;