refactor: remove reliance on viewport height in favor of body (#1926)

This commit is contained in:
Mo
2022-11-01 15:58:12 -05:00
committed by GitHub
parent d3f04451af
commit 25ecdceea9
17 changed files with 89 additions and 124 deletions

View File

@@ -53,17 +53,12 @@ module.exports = {
89: '22.25rem',
125: '31.25rem',
},
height: {
screen: 'var(--viewport-height, 100vh)',
},
minHeight: {
1: '0.25rem',
2: '0.5rem',
screen: 'var(--viewport-height, 100vh)',
},
maxHeight: {
110: '27.5rem',
screen: 'var(--viewport-height, 100vh)',
},
zIndex: {
'editor-content': 'var(--z-index-editor-content)',