ADD: Better Network view

This commit is contained in:
webfussel 2024-05-22 13:41:58 +02:00
parent 40beae70e9
commit aadf90efce
7 changed files with 34 additions and 10 deletions

View file

@ -41,8 +41,13 @@
}
.network-list {
display: flex;
flex-wrap: wrap;
width: 100%;
overflow-x: auto;
& .scroll-container {
display: flex;
padding-bottom: 3rem;
}
}
}