aboutsummaryrefslogtreecommitdiff
path: root/src/components/vierkant.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/vierkant.tsx')
-rw-r--r--src/components/vierkant.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/vierkant.tsx b/src/components/vierkant.tsx
index cfb843e..6140e7a 100644
--- a/src/components/vierkant.tsx
+++ b/src/components/vierkant.tsx
@@ -6,7 +6,8 @@ var VierkantStyle: CSSProperties = {
borderRadius: 8,
color: "var(--text)",
margin: 6, // geen margin collapse = 12px marge
- display: "inline-block"
+ display: "inline-block",
+ position: "relative"
}
export class Vierkant extends Component {