Fixed taskbar rendering bug
This commit is contained in:
parent
57f85d7fa6
commit
74ec5d4c3b
1 changed files with 2 additions and 1 deletions
|
|
@ -48,11 +48,11 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-icons {
|
.App-icons {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-icons::-webkit-scrollbar {
|
.App-icons::-webkit-scrollbar {
|
||||||
|
|
@ -80,6 +80,7 @@
|
||||||
|
|
||||||
.App-icon {
|
.App-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-icon::after {
|
.App-icon::after {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue