Add functionality for dynamic header movement, design tweaks
This commit is contained in:
@@ -625,6 +625,7 @@ module.exports = {
|
||||
*/
|
||||
|
||||
maxHeight: {
|
||||
'35': '35rem',
|
||||
xs: '20rem',
|
||||
sm: '30rem',
|
||||
md: '40rem',
|
||||
@@ -770,6 +771,9 @@ module.exports = {
|
||||
*/
|
||||
|
||||
zIndex: {
|
||||
'-3': -3,
|
||||
'-2': -2,
|
||||
'-1': -1,
|
||||
auto: 'auto',
|
||||
'0': 0,
|
||||
'10': 10,
|
||||
|
||||
Reference in New Issue
Block a user