- 각 필터 키패드 가림 현상 수정
This commit is contained in:
@@ -9,9 +9,9 @@ export interface UseKeyboardAwareOptions {
|
||||
|
||||
export const useKeyboardAware = (options?: UseKeyboardAwareOptions) => {
|
||||
const {
|
||||
defaultPadding = 60,
|
||||
defaultPadding = 0,
|
||||
heightRatio = 0.7,
|
||||
maxPadding = 300,
|
||||
maxPadding = 320,
|
||||
transition = 'padding-bottom 0.2s ease'
|
||||
} = options || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user