Skip to content

Commit 651b4f2

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update index.html
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent 77317ab commit 651b4f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

client/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite + React</title>
8+
<style>
9+
html::-webkit-scrollbar,
10+
body::-webkit-scrollbar {
11+
display: none;
12+
}
13+
14+
html, body {
15+
-ms-overflow-style: none; /* IE and Edge */
16+
scrollbar-width: none; /* Firefox */
17+
}
18+
</style>
819
</head>
920
<body>
1021
<div id="root"></div>

0 commit comments

Comments
 (0)