fix(web): content & navigation list scroll on mobile (#1207)

This commit is contained in:
Aman Harwara
2022-07-05 20:14:01 +05:30
committed by GitHub
parent 82f3025f23
commit 37d765ab21
9 changed files with 27 additions and 25 deletions

View File

@@ -1,9 +1,5 @@
import { Uuid } from '@standardnotes/common'
import {
DecryptedPayloadInterface,
EncryptedPayloadInterface,
PayloadInterface,
} from '@standardnotes/models'
import { DecryptedPayloadInterface, EncryptedPayloadInterface, PayloadInterface } from '@standardnotes/models'
import { EncryptionTypeSplit } from './EncryptionTypeSplit'
import { KeyedDecryptionSplit } from './KeyedDecryptionSplit'
import { KeyedEncryptionSplit } from './KeyedEncryptionSplit'