Skip to content

Commit

Permalink
fix(site): fix catalog flashing (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian authored Dec 3, 2024
1 parent 4edb029 commit c9464fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sites/src/views/components/components.vue
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ export default defineComponent({
width: 200px;
height: calc(100vh - 280px);
padding-top: 16px;
overflow: hidden;
.tiny-anchor__dot {
max-height: calc(100vh - 300px);
Expand Down Expand Up @@ -995,7 +996,7 @@ export default defineComponent({
:deep(.tiny-anchor__affix) {
top: unset !important;
overflow-y: auto;
max-height: calc(100vh - 230px);
max-height: calc(100vh - 300px);
}
:deep(.tiny-anchor-link) {
Expand Down

0 comments on commit c9464fd

Please sign in to comment.