We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf3157 + ccf718a commit bf37b4cCopy full SHA for bf37b4c
en/docs/assets/css/copy-page.css
@@ -4,7 +4,7 @@
4
position: fixed;
5
top: 4rem;
6
/* Below header */
7
- right: 14rem;
+ right: 25rem;
8
z-index: 100;
9
}
10
en/docs/assets/css/theme.css
@@ -25,11 +25,6 @@
25
@import url('partials/_sidebar.css');
26
@import url('partials/_header.css');
27
28
-html,
29
-body {
30
- overflow-x: hidden;
31
-}
32
-
33
:root {
34
--md-main-content-max-width: 1400px;
35
--md-border-radius: 8px;
@@ -797,6 +792,11 @@ body {
797
792
*/
798
793
799
794
@media screen and (max-width: 76.1875em) {
795
+ html,
796
+ body {
+ overflow-x: hidden;
+ }
+
800
.md-nav--primary .md-nav__title[for=__drawer] {
801
background-color: var(--md-default-bg-color);
802
height: 3.9rem;
0 commit comments