Skip to content

Commit

Permalink
fix: removed max height
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Jan 31, 2024
1 parent 96112b1 commit 0ddb483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#calendar-widget{
height: 100%;
max-height: 100vh;
/* max-height: 100vh; */
}

#calendar-widget > .widget-layout {
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
max-width: 100vw !important;
max-height: 100vh;
/* max-height: 100vh; */
height: 100%;
}

Expand Down

0 comments on commit 0ddb483

Please sign in to comment.