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