mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-17 14:46:39 +02:00
Allow word form to scroll if it's too tall for the window
This commit is contained in:
parent
35ebf31c1f
commit
f60d374dc7
1 changed files with 1 additions and 0 deletions
|
@ -26,4 +26,5 @@
|
||||||
@extend .is-one-third;
|
@extend .is-one-third;
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue