mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-08 14:46:57 +00:00
parent
103dc32dce
commit
d8dcce807b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function onBgClick() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type === 'drawer') {
|
if (type === 'drawer') {
|
||||||
maxHeight = (window.innerHeight - SCROLLBAR_THICKNESS) / 1.5;
|
maxHeight = window.innerHeight / 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
const keymap = {
|
const keymap = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue