We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f49a7 commit 52e8204Copy full SHA for 52e8204
1 file changed
docs/src/modules/components/AppTableOfContents.js
@@ -38,6 +38,8 @@ renderer.heading = (text, level) => {
38
const styles = theme => ({
39
root: {
40
top: 70,
41
+ // Fix IE 11 position sticky issue.
42
+ marginTop: 70,
43
width: 162,
44
flexShrink: 0,
45
order: 2,
0 commit comments