Skip to content

Commit 3c60c05

Browse files
authored
Merge pull request #127 from constantine2nd/develop
Glossary does not seem to scroll properly on API Explorer II
2 parents 7f234a7 + b1c4b89 commit 3c60c05

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/views/GlossaryView.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ const glossary = ref(inject(obpGlossaryKey)!.glossary_items)
6161
<style scoped>
6262
.main {
6363
max-height: 90vh;
64-
}
65-
template {
66-
overflow: auto;
67-
max-height: 900px;
64+
overflow-y: auto;
6865
}
6966
main {
7067
margin: 25px;

0 commit comments

Comments
 (0)