feat(css): overflow scrolling

This commit is contained in:
qwqVictor 2023-08-30 13:43:51 +08:00
parent cc329a0385
commit b59dc33dfe
2 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,6 @@
z-index: 1;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.clipboardback {

View File

@ -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>