mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: mobile toolbar tooltip regression (#2939)
This commit is contained in:
parent
00209ef9c3
commit
6aa22bada8
1 changed files with 2 additions and 1 deletions
|
@ -227,7 +227,8 @@
|
||||||
.App-top-bar {
|
.App-top-bar {
|
||||||
z-index: var(--zIndex-layerUI);
|
z-index: var(--zIndex-layerUI);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-bottom-bar {
|
.App-bottom-bar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue