feat(css): overflow scrolling
This commit is contained in:
parent
cc329a0385
commit
b59dc33dfe
@ -3,8 +3,6 @@
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.clipboardback {
|
||||
|
@ -23,6 +23,7 @@
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
</style>
|
||||
<script src="./jquery-3.6.1.min.js" type="text/javascript"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user