fix: remove 100% height from tooltip container to fix layout issues (#3980)

This commit is contained in:
David Luzar 2021-11-24 17:16:18 +01:00 committed by GitHub
parent 96b31ecbce
commit 6dd0e6a4c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -29,7 +29,6 @@
// wraps the element we want to apply the tooltip to
.excalidraw-tooltip-wrapper {
display: flex;
height: 100%;
}
.excalidraw-tooltip-icon {