fix: remove 100% height from tooltip container to fix layout issues (#3980)
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
// wraps the element we want to apply the tooltip to
|
||||
.excalidraw-tooltip-wrapper {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.excalidraw-tooltip-icon {
|
||||
|
||||
Reference in New Issue
Block a user