@bobfrankston/rmfmail 1.0.482 → 1.0.484

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,6 +55,7 @@ body {
55
55
  flex-direction: column;
56
56
  height: 100vh;
57
57
  overflow: hidden;
58
+ overscroll-behavior: contain;
58
59
  font-family: var(--font-ui);
59
60
  font-size: var(--font-size-base);
60
61
  color: var(--color-text);
@@ -183,6 +184,7 @@ body {
183
184
  border: none !important;
184
185
  flex: 1;
185
186
  overflow-y: auto;
187
+ overscroll-behavior: contain;
186
188
  font-family: var(--font-ui);
187
189
  font-size: var(--font-size-base);
188
190
  }
@@ -367,6 +369,7 @@ body {
367
369
  .tt-content {
368
370
  flex: 1;
369
371
  overflow-y: auto;
372
+ overscroll-behavior: contain;
370
373
  }
371
374
 
372
375
  .tt-content .tiptap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/rmfmail",
3
- "version": "1.0.482",
3
+ "version": "1.0.484",
4
4
  "description": "Local-first email client with IMAP sync and standalone native app",
5
5
  "type": "module",
6
6
  "main": "bin/mailx.js",