fix(graph): team name left-20 to clear macOS traffic lights in fullscreen
This commit is contained in:
parent
e741b1f603
commit
b04f82512b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export function GraphControls({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="absolute left-3 top-3 z-10 flex items-center gap-3 pointer-events-none">
|
<div className="absolute left-20 top-3 z-10 flex items-center gap-3 pointer-events-none">
|
||||||
<div
|
<div
|
||||||
className="pointer-events-auto flex items-center gap-2 rounded-lg px-3 py-1.5 backdrop-blur-sm"
|
className="pointer-events-auto flex items-center gap-2 rounded-lg px-3 py-1.5 backdrop-blur-sm"
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue