Merge pull request #127 from constantine2nd/develop

Glossary does not seem to scroll properly on API Explorer II
This commit is contained in:
Simon Redfern 2025-10-21 10:35:22 +02:00 committed by GitHub
commit 3c60c0587c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,10 +61,7 @@ const glossary = ref(inject(obpGlossaryKey)!.glossary_items)
<style scoped>
.main {
max-height: 90vh;
}
template {
overflow: auto;
max-height: 900px;
overflow-y: auto;
}
main {
margin: 25px;