Преглед изворни кода

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);