Skip to content

Commit

Permalink
Fixed drag and drop issue on mobile devices (#84) (#90)
Browse files Browse the repository at this point in the history
* Fixed drag and drop issue on mobile devices (#84)

* Fixed weird CSS container formatting by changing min-height to use vh

---------

Co-authored-by: Michael Zhao <michaelzhao314@gmail.com>
Co-authored-by: Michael Zhao <37679458+MichaelZhao21@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 6, 2024
1 parent d0d9354 commit 804e74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
-moz-osx-font-smoothing: grayscale; */
background-color: theme('colors.background');
font-family: theme('fontFamily.text');
height: 100%;
min-height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 804e74d

Please sign in to comment.