Skip to content

Commit 40eccb3

Browse files
committed
fixed website issues
1 parent 3d6e14a commit 40eccb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/ag-grid-docs/src/_assets/docs/docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ body > div {
317317
left: calc(50% + #{$max-width / 2});
318318
max-width: unset;
319319
padding-left: 3rem;
320-
position: fixed;
320+
position: absolute;
321321
top: auto;
322322
width: calc((100vw - #{$max-width}) / 2);
323323
}

packages/ag-grid-docs/src/documentation-main/documentation.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* CSS Document */
33

44
#documentation {
5+
position: relative;
56
-webkit-font-smoothing: antialiased;
67
}
78

0 commit comments

Comments
 (0)