Fix height
This commit is contained in:
parent
7dcfb4426a
commit
d4ac089be8
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ You should have received a copy of the GNU General Public License along with Noo
|
||||||
background-color: var(--color-tertiary);
|
background-color: var(--color-tertiary);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
height: calc(100vh - 3.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue