mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Overflow fixes and toc horizontal scrollbar fix
This commit is contained in:
parent
5cc9188e3c
commit
7ba798c51d
1 changed files with 4 additions and 1 deletions
|
|
@ -114,6 +114,7 @@ html, body {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
overflow: auto;
|
||||||
th,td {
|
th,td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
@ -126,6 +127,7 @@ html, body {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
// @include background-image(linear-gradient(bottom, darken($main-bg, 3%), $main-bg));
|
// @include background-image(linear-gradient(bottom, darken($main-bg, 3%), $main-bg));
|
||||||
@include embedded-text;
|
@include embedded-text;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
|
@ -212,7 +214,8 @@ html, body {
|
||||||
|
|
||||||
/* The Table of Contents container element */
|
/* The Table of Contents container element */
|
||||||
.tocify {
|
.tocify {
|
||||||
overflow: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue