Fixed taskbar rendering bug

This commit is contained in:
Prozilla 2023-08-08 18:30:08 +02:00
parent 57f85d7fa6
commit 74ec5d4c3b
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -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 {