Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: docs layout (#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
PradeepG-07 authored Oct 6, 2023
1 parent 050d4ef commit b846965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layouts/DocsLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function DocsLayout({ children, title, section, name }) {

<div className="flex flex-grow flex-col sm:flex-row">
<SideNav navigation={navigation} />
<div className="float-none my-0 w-[100%] sm:w-[65%] md:w-[68%] lg:w-[100%] mt-12">
<div className="float-none my-0 w-[100%] sm:w-[65%] md:w-[68%] lg:w-[100%] mt-12 overflow-auto">
<MDXProvider components={ComponentStyle}>
<div className="w-full max-w-7xl px-4 sm:px-6 lg:px-8 dark:text-white prose">
{children}
Expand Down

0 comments on commit b846965

Please sign in to comment.