Skip to content

Commit 6f66404

Browse files
authored
docs: remove hidden overlay on snippet controls (#585)
1 parent 2719894 commit 6f66404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@
123123
align-items: center;
124124
position: absolute;
125125
top: 0;
126+
right: 0;
126127
height: var(--height);
127128
padding: 0.3rem 0.5rem 0.3rem 1rem;
128129
gap: 0.5rem;
129-
width: 100%;
130130
z-index: 2;
131131
justify-content: end;
132132
box-sizing: border-box;

0 commit comments

Comments
 (0)