Fixed download links, Added rules for scrollbars aimed at mobile
Update content.php, index.php, and 2 more files...
This commit is contained in:
@@ -64,6 +64,13 @@ img.no-save {
|
||||
padding-top: 0.01rem;
|
||||
padding-bottom: 0.01rem;
|
||||
}
|
||||
.hide-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.hide-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
/* Unique rules */
|
||||
#copyright-text {
|
||||
|
Reference in New Issue
Block a user