Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit 1d8a587

Browse files
authored
Merge pull request #38 from Shekharrajak/githubci
Fix: Scroll bar in left sidebar for few devices
2 parents a48a50f + 689bb3a commit 1d8a587

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

custom_sphinx_theme/head.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
<!-- footer -->
103103
<link rel="stylesheet" href="{{ pathto('_static/css/extra-footer.css' , 1) }}" type="text/css" />
104104

105+
106+
<!-- Custom modification in theme css -->
107+
<link rel="stylesheet" href="{{ pathto('_static/css/custom_theme.css' , 1) }}" type="text/css" />
108+
105109
<!-- font -->
106110
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
107111

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-side-scroll{
2+
overflow: hidden;
3+
}

0 commit comments

Comments
 (0)