Fix right sidebar border width (#3252)

This commit is contained in:
Krzysztof Żuraw 2023-03-02 12:01:33 +01:00 committed by GitHub
parent 035ee8d284
commit 97a60b4c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }}
> >