1 parent 38b8232 commit 62fbde1Copy full SHA for 62fbde1
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hehe-chat",
3
"private": true,
4
- "version": "0.37.15",
+ "version": "0.37.16",
5
"scripts": {
6
"dev": "vite",
7
"build": "tsc && vite build",
src/components/radialdial/RadialDial.tsx
@@ -158,6 +158,7 @@ export const RadialDial: React.FC<RadialDialProps> = ({
158
variant="default"
159
className={`${styles.actionButton} ${hoveredIndex === index ? styles.hovered : ''}`}
160
style={{
161
+ position: 'absolute',
162
width: 72,
163
height: 72,
164
minWidth: 72,
0 commit comments