We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b425ca commit e29b059Copy full SHA for e29b059
packages/@react-spectrum/s2/src/ActionBar.tsx
@@ -54,7 +54,7 @@ const actionBarStyles = style({
54
position: {
55
isInContainer: 'absolute'
56
},
57
- bottom: 8,
+ bottom: 0,
58
insetStart: 8,
59
'--insetEnd': {
60
type: 'insetEnd',
@@ -66,15 +66,12 @@ const actionBarStyles = style({
66
67
marginX: 'auto',
68
maxWidth: 960,
69
- transition: 'default',
+ transition: 'transform',
70
transitionDuration: 200,
71
translateY: {
72
+ default: -8,
73
isEntering: 'full',
74
isExiting: 'full'
- },
75
- opacity: {
76
- isEntering: 0,
77
- isExiting: 0
78
}
79
});
80
0 commit comments