diff --git a/frontend/src/views/DiaryView.vue b/frontend/src/views/DiaryView.vue index 945a94b..08b7489 100644 --- a/frontend/src/views/DiaryView.vue +++ b/frontend/src/views/DiaryView.vue @@ -42,8 +42,7 @@ - -
+

Gruppenverwaltung

@@ -73,7 +72,7 @@

Trainingsplan

-
+
@@ -845,10 +844,20 @@ h3 { display: flex; justify-content: space-between; width: calc(100% - 1em); + overflow: hidden; + height: 100%; } .column:first-child { flex: 1; + overflow: hidden; + height: 100%; + display: flex; + flex-direction: column; +} + +.column:last-child { + overflow: auto; } textarea { @@ -1063,5 +1072,9 @@ img { .diary { width: 100%; + height: 100%; + overflow: hidden; + display: flex; + flex-direction: column; }