Merge branch 'master' into fix-IOS-bottom-fixed-position

This commit is contained in:
Charlie
2020-11-05 13:45:38 +08:00
committed by GitHub
2 changed files with 4 additions and 10 deletions

View File

@@ -1450,11 +1450,11 @@ a.tag:hover {
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
display: none;
}