Compare commits
1 Commits
fix-keyboa
...
chore-kboo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9edf114b71 |
@@ -15,7 +15,6 @@
|
||||
<textarea class="text-editor"
|
||||
[(ngModel)]="text"
|
||||
autofocus
|
||||
(keydown.escape)="cancelEditText()"
|
||||
(keydown.control.enter)="keydownEnter()"
|
||||
(keydown.alt.enter)="keydownEnter()"></textarea>
|
||||
<div class="pull-right buttons">
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
class="svgKeyboard"
|
||||
[attr.viewBox]="viewBox"
|
||||
height="100%"
|
||||
width="100%">
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -3,14 +3,8 @@
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.svgKeyboard {
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
editable-text {
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
display: block;
|
||||
z-index: 51;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user