Major Update: Changed Text Input View
* Created new toolbar that moves on mobile
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user