This commit is contained in:
edwark43 2023-04-06 23:54:47 +00:00
parent 76ce02d04c
commit fe7d22c90c
2 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,4 @@
.noscroll::-webkit-scrollbar {
display: none;
}
.noscroll {
-ms-overflow-style: none;
scrollbar-width: none;
overflow-x: hidden;
overflow-y: hidden;
}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="noscroll">
<head>
<title>WIP</title>
<link