Skip to content

Commit bf37b4c

Browse files
Merge pull request #250 from Sachindu-Nethmin/sachindu-nethmin-patch-6
resolve overlap between copy and edit page buttons and navigation is not sticky
2 parents ddf3157 + ccf718a commit bf37b4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

en/docs/assets/css/copy-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
position: fixed;
55
top: 4rem;
66
/* Below header */
7-
right: 14rem;
7+
right: 25rem;
88
z-index: 100;
99
}
1010

en/docs/assets/css/theme.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
@import url('partials/_sidebar.css');
2626
@import url('partials/_header.css');
2727

28-
html,
29-
body {
30-
overflow-x: hidden;
31-
}
32-
3328
:root {
3429
--md-main-content-max-width: 1400px;
3530
--md-border-radius: 8px;
@@ -797,6 +792,11 @@ body {
797792
*/
798793

799794
@media screen and (max-width: 76.1875em) {
795+
html,
796+
body {
797+
overflow-x: hidden;
798+
}
799+
800800
.md-nav--primary .md-nav__title[for=__drawer] {
801801
background-color: var(--md-default-bg-color);
802802
height: 3.9rem;

0 commit comments

Comments
 (0)