pu hace 4 años
padre
commit
b68afad16d
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      src/editor.html

+ 4
- 2
src/editor.html Ver fichero

@@ -1723,7 +1723,9 @@
1723 1723
 				padding-bottom: 0px;
1724 1724
 				overflow-y: scroll;
1725 1725
 				-webkit-overflow-scrolling: touch;
1726
-				height: 100%;
1726
+				height: calc(100vh);
1727
+				display: flex;
1728
+				flex-direction: column;
1727 1729
 			}
1728 1730
 
1729 1731
 			img {
@@ -1747,7 +1749,7 @@
1747 1749
 				padding-right: 10px;
1748 1750
 				line-height: 20px;
1749 1751
 				caret-color:rgb(90, 149, 211);
1750
-				margin-bottom: 100px;
1752
+				flex: 1;
1751 1753
 			}
1752 1754
 
1753 1755
 			#zss_editor_title {