File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ import HomepageFeatures from '@site/src/features/Home';
5
5
6
6
export default function Home ( ) : JSX . Element {
7
7
return (
8
- < Layout title = { 'Home' } description = 'Deriv API documentation' >
8
+ < Layout
9
+ title = { 'Home' }
10
+ description = 'Deriv API documentation'
11
+ wrapperClassName = 'home_page_wrapper'
12
+ >
9
13
< Head >
10
14
< title > Deriv API | Customise your trading app</ title >
11
15
< meta
Original file line number Diff line number Diff line change @@ -219,6 +219,13 @@ div[class*='sidebarViewport'] {
219
219
align-items : center ;
220
220
}
221
221
222
+ .main-wrapper {
223
+ min-height : calc (100vh - 4.5rem );
224
+ & .home_page_wrapper {
225
+ height : 100% ;
226
+ }
227
+ }
228
+
222
229
.navbar {
223
230
padding : 0 5vw ;
224
231
height : var (--nav-height );
You can’t perform that action at this time.
0 commit comments