mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
bugfix/Glossary does not seem to scroll properly on API Explorer II
This commit is contained in:
parent
7f234a779d
commit
b1c4b8966a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user