diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-06 21:33:53 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-06 21:33:53 +0100 |
commit | 65cfd59f908b0d2667395f2d64df8fb81837f744 (patch) | |
tree | a40baa4346ce63627465b0095fa70a52555d5894 /src/components/voerBord.tsx | |
parent | 78b46754599b887f9b558635f7f1803da3f72692 (diff) |
dialoogvensters
Diffstat (limited to 'src/components/voerBord.tsx')
-rw-r--r-- | src/components/voerBord.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/voerBord.tsx b/src/components/voerBord.tsx index 28de567..c430d02 100644 --- a/src/components/voerBord.tsx +++ b/src/components/voerBord.tsx @@ -28,12 +28,6 @@ export function VoerBord(props: VoerBordProps) { border: "2px solid var(--background-alt)", opacity: .5 }}/> - <div style={{ - position: "absolute", - top: 2, left: 2, right: 2, bottom: 2, - backgroundColor: "var(--disk-a)", - borderRadius: 999999 - }}/> </td> ))} </tr> |