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;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.App-icons {
|
||||
overflow-x: auto;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.App-icons::-webkit-scrollbar {
|
||||
|
|
@ -80,6 +80,7 @@
|
|||
|
||||
.App-icon {
|
||||
position: relative;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.App-icon::after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue