Skip to content

Commit 52e8204

Browse files
[docs] Better IE 11 support
Related to #13639.
1 parent 90f49a7 commit 52e8204

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/modules/components/AppTableOfContents.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ renderer.heading = (text, level) => {
3838
const styles = theme => ({
3939
root: {
4040
top: 70,
41+
// Fix IE 11 position sticky issue.
42+
marginTop: 70,
4143
width: 162,
4244
flexShrink: 0,
4345
order: 2,

0 commit comments

Comments
 (0)