Major Update: Changed Text Input View

* Created new toolbar that moves on mobile
This commit is contained in:
Max G
2020-05-02 19:10:20 +00:00
parent bcb31e9af5
commit c8033588dd
11 changed files with 795 additions and 260 deletions

View File

@@ -5,7 +5,7 @@
left: 0;
right: 55%;
bottom: 0;
z-index: 400;
z-index: 1020;
overflow: hidden;
height: 100%;
@@ -24,14 +24,14 @@
position: fixed;
top: 0;
left: 0;
right: 50%;
right: 0;
bottom: 0;
color: red;
background-color: rgba(0,0,0,0.5);
/*background-color: rgba(0,0,0,0.5);*/
/*background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 55%);*/
z-index: 399;
z-index: 1019;
overflow: hidden;
cursor: pointer;
/*cursor: pointer;*/
}
.slide-shadow.full-shadow {