mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Merge branch 'main' of https://github.com/timmypidashev/site
This commit is contained in:
@@ -95,11 +95,15 @@ html {
|
|||||||
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
|
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
|
||||||
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
||||||
|
overflow: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||||
.html::-webkit-scrollbar {
|
.html::-webkit-scrollbar {
|
||||||
display: none;
|
width: 0;
|
||||||
|
background: transparent; /* Optional: just make scrollbar invisible */
|
||||||
}
|
}
|
||||||
|
|
||||||
#end__of__page {
|
#end__of__page {
|
||||||
|
|||||||
Reference in New Issue
Block a user