noscroll
This commit is contained in:
parent
76ce02d04c
commit
fe7d22c90c
@ -1,8 +1,4 @@
|
||||
.noscroll::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.noscroll {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="noscroll">
|
||||
<head>
|
||||
<title>WIP</title>
|
||||
<link
|
||||
|
Loading…
x
Reference in New Issue
Block a user