fix: Avoid duplicate scrollbars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
backportbot[bot]
parent
ca4e0c122b
commit
c56aeba3d3
@@ -190,8 +190,7 @@ export default {
|
|||||||
.modal__card {
|
.modal__card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
height: 100vh;
|
height: calc(100% - 20px);
|
||||||
max-height: calc(100vh - 120px);
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -238,6 +238,11 @@ section.app-sidebar__tab--active {
|
|||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-sidebar__tab {
|
||||||
|
min-height: calc(100% - 20px);
|
||||||
|
max-height: calc(100% - 20px);
|
||||||
|
}
|
||||||
|
|
||||||
// FIXME: test
|
// FIXME: test
|
||||||
&:deep {
|
&:deep {
|
||||||
.app-sidebar-header {
|
.app-sidebar-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user