mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-08 04:46:39 +08:00
fix: mobile end unable to display full screen
This commit is contained in:
@@ -27,6 +27,10 @@ definePage({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.layout-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -45,7 +49,6 @@ definePage({
|
||||
|
||||
@include forMobile {
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user