Skip to content

Commit 62fbde1

Browse files
committed
fix: position modview
1 parent 38b8232 commit 62fbde1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hehe-chat",
33
"private": true,
4-
"version": "0.37.15",
4+
"version": "0.37.16",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

src/components/radialdial/RadialDial.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const RadialDial: React.FC<RadialDialProps> = ({
158158
variant="default"
159159
className={`${styles.actionButton} ${hoveredIndex === index ? styles.hovered : ''}`}
160160
style={{
161+
position: 'absolute',
161162
width: 72,
162163
height: 72,
163164
minWidth: 72,

0 commit comments

Comments
 (0)