File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/components/common/SidePanel Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const SidePanelDocumentation = ({ onClose }: SidePanelDocumentationProps)
28
28
29
29
return (
30
30
< >
31
- < div className = "px-16 pt-12 pb-11 border__primary--bottom flex dc__gap-12" >
31
+ < div className = "px-16 pt-12 pb-11 border__primary--bottom flex dc__gap-12 dc__no-shrink " >
32
32
< Icon name = "ic-book-open" color = "N900" />
33
33
< h2 className = "m-0 fs-16 lh-1-5 fw-6 cn-9 flex-grow-1" > Documentation</ h2 >
34
34
< div className = "flex dc__gap-8" >
@@ -41,10 +41,7 @@ export const SidePanelDocumentation = ({ onClose }: SidePanelDocumentationProps)
41
41
size = { ComponentSizeType . xs }
42
42
component = { ButtonComponentType . anchor }
43
43
anchorProps = { {
44
- href :
45
- iframeRef . current ?. contentDocument ?. referrer ??
46
- iframeRef . current ?. contentWindow ?. location ?. href ??
47
- docLink ,
44
+ href : docLink ,
48
45
} }
49
46
/>
50
47
< Button
You can’t perform that action at this time.
0 commit comments