forked from FoundKeyGang/FoundKey
fix scroll (#8382)
This commit is contained in:
parent
a07037affc
commit
9c36cc8b01
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ export default defineComponent({
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
flex-direction: row;
|
||||
overflow: scroll;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
@media (max-width: 850px) {
|
||||
.container {
|
||||
|
|
Loading…
Reference in a new issue