allow note toolbar to scroll
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user