z
This commit is contained in:
parent
8e474160d5
commit
cd62ad574f
|
@ -232,7 +232,7 @@ export function OssFlow() {
|
|||
<SidePanel
|
||||
className={clsx(
|
||||
'absolute right-0 top-0 z-sticky w-84 min-h-80',
|
||||
'cc-animate-panel cc-shadow-border',
|
||||
'cc-animate-panel cc-shadow-left',
|
||||
showPanel ? 'translate-x-0' : 'opacity-0 translate-x-full pointer-events-none'
|
||||
)}
|
||||
isMounted={showPanel}
|
||||
|
|
|
@ -197,6 +197,10 @@
|
|||
mask-composite: intersect;
|
||||
}
|
||||
|
||||
@utility cc-shadow-left {
|
||||
box-shadow: 0 0 5px 0 var(--color-border);
|
||||
}
|
||||
|
||||
@utility duration-select {
|
||||
--tw-duration: var(--duration-select);
|
||||
transition-duration: var(--duration-select);
|
||||
|
|
Loading…
Reference in New Issue
Block a user