-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from sharemindteam/hotfix/open_focus_area_380
[Hotfix] 마인더 공개상담 focus 빠지지 않는 이슈 수정
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/** App Height should use under AppLayout (userViewResize) */ | ||
export const APP_HEIGHT = 'calc(var(--vh, 1vh) * 100)'; | ||
|
||
export const APP_WIDTH = '37.5rem'; | ||
|
||
export const APP_HEADER_HEIGHT = '5.2rem'; |