mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
remove scrollbar for all major web browsers
This commit is contained in:
@@ -11,12 +11,19 @@ html {
|
||||
font-weight: 400;
|
||||
font-size: 1vh;
|
||||
text-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15);
|
||||
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
|
||||
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.html::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#end__of__page {
|
||||
margin-bottom: -30vh;
|
||||
}
|
||||
}
|
||||
|
||||
.centered {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user