fix: add min height to footer (#3717)

(cherry picked from commit 08f01ea1b3)
This commit is contained in:
KaranPant
2023-08-16 08:48:30 +05:45
committed by Alex Yang
parent 936f588db4
commit 5f8084137d
@@ -28,6 +28,7 @@ globalStyle(`${settingContent} .footer`, {
marginTop: '-80px',
fontSize: 'var(--affine-font-sm)',
display: 'flex',
minHeight: '100px',
});
globalStyle(`${settingContent} .footer a`, {