diff --git a/packages/tldraw/src/lib/ui.css b/packages/tldraw/src/lib/ui.css index cffac041f..f8410a04c 100644 --- a/packages/tldraw/src/lib/ui.css +++ b/packages/tldraw/src/lib/ui.css @@ -1033,30 +1033,17 @@ .tlui-help-menu__button { position: relative; background-color: var(--color-low); - border-radius: var(--radius-4); - background-color: var(--color-low); border-radius: 100%; - height: 40px; - width: 40px; + height: 48px; + width: 48px; overflow: visible; z-index: var(--layer-panels); + border: 4px solid var(--color-background); display: flex; align-items: center; justify-content: center; pointer-events: all; -} - -.tlui-help-menu__button::before { - display: block; - content: ''; - position: absolute; - top: -4px; - left: -4px; - height: 40px; - width: 40px; - border-radius: 100%; - border: 4px solid var(--color-background); - z-index: -1; + z-index: 1; } .tlui-help-menu__button::after {