feat: enkel content scrollable, niet titels, knoppen, ...
This commit is contained in:
parent
98ac8ab5a7
commit
7d80c8bdc1
2 changed files with 28 additions and 14 deletions
|
@ -229,7 +229,7 @@
|
|||
</template>
|
||||
</v-list-item>
|
||||
<v-divider></v-divider>
|
||||
<div>
|
||||
<div class="nav-scroll-area">
|
||||
<using-query-result
|
||||
:query-result="learningObjectListQueryResult"
|
||||
v-slot="learningObjects: { data: LearningObject[] }"
|
||||
|
@ -417,4 +417,10 @@
|
|||
.discussion-link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.nav-scroll-area {
|
||||
overflow-y: auto;
|
||||
flex-grow: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue