Skip to content
Snippets Groups Projects
Commit 30d07b1c authored by jojohoch's avatar jojohoch
Browse files

[player] Set z-index of keyboard higher than z-index of keypad

parent 0d0362a1
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@
min-height: 50px;
}
.keyboard-container {
position: relative;
z-index: 10000;
}
::ng-deep .keyboard-container .iconButton mat-icon {
font-size: 2vw;
width: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment