mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 22:54:51 +03:00
fix: fix broken sticky sidebar
This commit is contained in:
parent
c05db38576
commit
c95307d5ac
|
@ -11,9 +11,22 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
position: fixed !important;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.api-content {
|
||||
width: 100% !important;
|
||||
padding-left: 260px;
|
||||
}
|
||||
</style>
|
||||
{{{redocHead}}}
|
||||
{{#unless disableGoogleFont}}<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">{{/unless}}
|
||||
{{#unless disableGoogleFont}}
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
|
||||
{{/unless}}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user