修复窄屏显示时有些内容无法隐藏的问题

This commit is contained in:
GoEdgeLab
2022-10-26 09:30:41 +08:00
parent 429a101ca5
commit 3583c9e861
3 changed files with 11 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ table {
}
}
.ui.table tbody[style*="display: none;"], .ui.table tr[style*="display: none;"], .ui.table tr>td[style*="display: none;"], .ui.table tr>th[style*="display: none;"] {
display: none!important;
}
// textarea
textarea::-webkit-scrollbar {
width: 6px !important;