fix: change the strollbar's position
This commit is contained in:
parent
ca115465e7
commit
0f55024c8a
@ -54,8 +54,7 @@ export default {
|
|||||||
currentView() {
|
currentView() {
|
||||||
if (this.req.type == undefined || this.req.isDir) {
|
if (this.req.type == undefined || this.req.isDir) {
|
||||||
return null;
|
return null;
|
||||||
}
|
} else if (
|
||||||
else if (
|
|
||||||
this.req.type === "text" ||
|
this.req.type === "text" ||
|
||||||
this.req.type === "textImmutable"
|
this.req.type === "textImmutable"
|
||||||
) {
|
) {
|
||||||
@ -151,3 +150,9 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
#listing{
|
||||||
|
height: calc(100vh - 8em);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user