[#7655] added backups list scroll container

This commit is contained in:
Gani Georgiev
2026-04-22 17:21:11 +03:00
parent 83e44a7cfb
commit b15f358fc9
6 changed files with 97 additions and 80 deletions

View File

@@ -15,6 +15,14 @@
display: none;
}
.list-group {
display: block;
width: 100%;
max-height: 425px;
overflow: auto;
scrollbar-width: thin;
}
.list-item {
word-break: break-word;
position: relative;