Added home app entry, Fixed chrome scrollbar spacing issue

Update index.php, card.scss, and 2 more files...
This commit is contained in:
2022-09-24 15:51:44 +02:00
parent 4a8b815b6e
commit 6a2b8f8e60
4 changed files with 45 additions and 13 deletions

View File

@@ -25,3 +25,8 @@ div.last-inner-collapse-border-fix {
.content-wrapper {
max-width: 100vw;
}
// Removes tha wasted stace on Chrome !
.overflow-x-scroll {
overflow-x: auto !important;
}