Fix content not full bug. Add hidden scrollbar when page full.

This commit is contained in:
2023-09-24 23:43:42 +08:00
parent cd027f975d
commit bdee1bace0
2 changed files with 37 additions and 3 deletions

View File

@@ -13,6 +13,8 @@
.hide-scrollbar-content {
display: inline-block;
width: 100%;
min-width: 900px;
}
}