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 { .noscroll {
-ms-overflow-style: none; overflow-x: hidden;
scrollbar-width: none; overflow-y: hidden;
} }

View File

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