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 1deb2d6 commit e207437Copy full SHA for e207437
site/themes/arangodb-docs-theme/static/css/theme.css
@@ -1121,7 +1121,6 @@ header .logo {
1121
.row-main {
1122
grid-template-areas:
1123
'breadcrumbs breadcrumbs'
1124
- 'toc toc'
1125
'article article'
1126
'footer footer';
1127
}
@@ -1222,12 +1221,7 @@ header .logo {
1222
1221
1223
@media screen and (max-width: 768px) {
1224
.toc-container .toc {
1225
- top: 0;
1226
- position: relative;
1227
- margin: 0;
1228
- width: auto;
1229
- height: auto;
1230
- padding: 20px;
+ display: none;
1231
1232
1233
0 commit comments