소스 검색

Update the notes text box so that it does not shrink when the mobile keyboard is opened.

Lee Morgan 1 년 전
부모
커밋
b29b40f66a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      views/css/session.css

+ 1 - 0
views/css/session.css

@@ -23,6 +23,7 @@
     top: 25%;
     left: 2%;
     height: 35%;
+    min-height: 275px;
     width: 95%;
     padding: 25px 10px;
     box-shadow: 0 0 5px var(--text);