allow note toolbar to scroll
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
This commit is contained in:
parent
4d024d1165
commit
25174e837a
9 changed files with 34 additions and 31 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -13233,6 +13233,10 @@ export interface Locale extends ILocale {
|
|||
* Enabled (copy CW and prepend "RE:")
|
||||
*/
|
||||
"keepCwPrependRe": string;
|
||||
/**
|
||||
* Note controls
|
||||
*/
|
||||
"noteFooterLabel": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue