mirror of
https://github.com/gabehf/Prittee.git
synced 2026-03-11 08:21:16 -07:00
21 lines
No EOL
451 B
CSS
21 lines
No EOL
451 B
CSS
|
|
#winnerPostAuthor {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.prevent-select {
|
|
-webkit-user-select: none; /* Safari */
|
|
-ms-user-select: none; /* IE 10 and IE 11 */
|
|
user-select: none; /* Standard syntax */
|
|
}
|
|
|
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
.no-scrollbar::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
/* Hide scrollbar for IE, Edge and Firefox */
|
|
.no-scrollbar {
|
|
-ms-overflow-style: none; /* IE and Edge */
|
|
scrollbar-width: none; /* Firefox */
|
|
} |