mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
fix scroll (#8382)
This commit is contained in:
parent
3447466c7b
commit
be7385aaf3
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ export default defineComponent({
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
overflow: scroll;
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
@media (max-width: 850px) {
|
@media (max-width: 850px) {
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in a new issue