Fix height

This commit is contained in:
Angelillo15 2023-10-17 22:32:54 +02:00
parent 7dcfb4426a
commit d4ac089be8
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ You should have received a copy of the GNU General Public License along with Noo
background-color: var(--color-tertiary);
overflow: auto;
z-index: 9999;
height: calc(100vh - 3.5rem);
}
.content-container {