mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 04:25:13 +00:00
parent
103dc32dce
commit
d8dcce807b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function onBgClick() {
|
|||
}
|
||||
|
||||
if (type === 'drawer') {
|
||||
maxHeight = (window.innerHeight - SCROLLBAR_THICKNESS) / 1.5;
|
||||
maxHeight = window.innerHeight / 1.5;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
|
Loading…
Reference in a new issue