fix: mobile toolbar tooltip regression (#2939)

This commit is contained in:
David Luzar 2021-02-05 16:09:40 +01:00 committed by GitHub
parent 00209ef9c3
commit 6aa22bada8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,8 @@
.App-top-bar {
z-index: var(--zIndex-layerUI);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.App-bottom-bar {