Fix height
This commit is contained in:
parent
7dcfb4426a
commit
d4ac089be8
|
@ -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…
Reference in New Issue