fix: keyboard description z-index

This commit is contained in:
Róbert Kiss
2019-08-03 11:29:30 +02:00
parent f6bef928fe
commit 38c60d9cc0
2 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
<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

View File

@@ -3,8 +3,14 @@
width: 100%;
position: relative;
}
.svgKeyboard {
z-index: 50;
}
editable-text {
padding-left: 2em;
padding-right: 2em;
display: block;
z-index: 51;
}