mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat: add suspense to workspace settings (#3167)
Co-authored-by: Qi <474021214@qq.com>
This commit is contained in:
@@ -14,6 +14,10 @@ globalStyle(`${settingContent} .wrapper`, {
|
||||
maxWidth: '560px',
|
||||
margin: '0 auto',
|
||||
});
|
||||
|
||||
globalStyle(`${settingContent} .wrapper::-webkit-scrollbar`, {
|
||||
display: 'none',
|
||||
});
|
||||
globalStyle(`${settingContent} .content`, {
|
||||
minHeight: '100%',
|
||||
paddingBottom: '80px',
|
||||
|
||||
Reference in New Issue
Block a user