File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
<aside id =" lside" class =" sy-lside md:w-72 md:shrink-0 print:hidden" >
3
3
<div class =" sy-lside-inner md:sticky" >
4
4
<div class =" sy-scrollbar p-6" >
5
- <div class =" globaltoc" data-expand-depth =" 1 " >
5
+ <div class =" globaltoc" data-expand-depth =" 0 " >
6
6
<p class =" caption" role =" heading" aria-level =" 3" >
7
7
<span class =" caption-text" >Elastic Docs Guide</span >
8
8
</p >
Original file line number Diff line number Diff line change @@ -198,4 +198,11 @@ See https://github.com/elastic/docs-builder/issues/219 for further details
198
198
199
199
.yue ol .code-callouts li ::marker {
200
200
display : none;
201
+ }
202
+
203
+
204
+ /* Just a quick change to be able to click on also on the whitespace within the navigation items */
205
+ .globaltoc a .reference .internal {
206
+ display : inline-block;
207
+ width : 100%
201
208
}
You can’t perform that action at this time.
0 commit comments