fix
This commit is contained in:
@@ -77,6 +77,7 @@ const {} = toRefs(data);
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100vh - var(--header-height) - var(--footer-height));
|
height: calc(100vh - var(--header-height) - var(--footer-height));
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
overflow: hidden;
|
||||||
> div{
|
> div{
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
}
|
}
|
||||||
@@ -119,8 +120,8 @@ const {} = toRefs(data);
|
|||||||
border-right: 0.5px solid #585858;
|
border-right: 0.5px solid #585858;
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// height: 100%;
|
height: 100%;
|
||||||
height: auto;
|
// height: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
.line{
|
.line{
|
||||||
border: 0.5px solid #58585899;
|
border: 0.5px solid #58585899;
|
||||||
@@ -141,6 +142,7 @@ const {} = toRefs(data);
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4rem;
|
gap: 4rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
height: 100%;
|
||||||
&::-webkit-scrollbar{
|
&::-webkit-scrollbar{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user