Fixed navigation by ToC (#6297)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-08-09 11:47:19 +07:00 committed by GitHub
parent 6dfa55964f
commit 8af4a9b131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -345,6 +345,7 @@
}
.popupPanel-body {
overflow: hidden;
position: relative;
display: flex;
min-width: 0;
@ -363,6 +364,7 @@
justify-content: center;
}
&__main, &__mobile, &__aside {
overflow: hidden;
display: flex;
flex-direction: column;
min-width: 0;
@ -564,6 +566,9 @@
overflow: visible;
}
}
.popupPanel .popupPanel-body__aside .popupPanel-body__aside-grid + .popupPanel-title {
border-top: 1px solid var(--theme-divider-color);
}
// Full size state
.popup.fullsize .popupPanel {

View File

@ -222,6 +222,8 @@
<style lang="scss">
.root {
overflow: hidden;
@media print {
margin-left: -1rem;
}