Changes in Layout

This commit is contained in:
2024-09-22 14:14:02 +02:00
parent 51dbb10b45
commit 805ed8e9f4
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ const renderText = (text) => {
<!-- ITEM LIST -->
<div style="overflow-y: scroll">
<div style="height: 90%; overflow-y: scroll">
<div
v-if="items.length > 0"
v-for="(item,index) in items.slice().reverse()"