Fix right sidebar border width (#3252)
This commit is contained in:
parent
035ee8d284
commit
97a60b4c09
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export const RightSidebar: React.FC<DetailPageLayoutRightSidebarProps> = ({
|
||||||
height="100%"
|
height="100%"
|
||||||
overflowY="auto"
|
overflowY="auto"
|
||||||
className="hide-scrollbar"
|
className="hide-scrollbar"
|
||||||
|
borderLeftWidth={1}
|
||||||
gridColumn={"8"}
|
gridColumn={"8"}
|
||||||
gridRow={{ mobile: "6", tablet: "full", desktop: "full" }}
|
gridRow={{ mobile: "6", tablet: "full", desktop: "full" }}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue