bugfix/Glossary does not seem to scroll properly on API Explorer II

This commit is contained in:
Marko Milić 2025-10-21 09:49:01 +02:00
parent 7f234a779d
commit b1c4b8966a

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;