File tree 3 files changed +17
-10
lines changed
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 11
11
</ head >
12
12
13
13
< body >
14
- {{ partial "sidebar.html" . }}
15
14
< div class ="bg "> {{ partial "background.html" . }}</ div >
16
15
< div class ="pusher ">
17
- < div class ="flipper ">
18
- < div class ="front ">
19
- {{ block "frontmenu" . }} {{ end }} {{ block "main" . }} {{ end }}
20
- </ div >
21
- < div class ="back ">
22
- {{ partial "flip.html" . }}
16
+ < div class ="flipper ">
17
+ < div class ="front ">
18
+ {{ block "frontmenu" . }} {{ end }} {{ block "main" . }} {{ end }}
19
+ </ div >
20
+ < div class ="back ">
21
+ {{ partial "flip.html" . }}
22
+ </ div >
23
23
</ div >
24
24
</ div >
25
25
</ div >
26
- </ div >
26
+ {{ partial "sidebar.html" . }}
27
27
{{ if .Site.Params.twitterEmoji }}{{ partial "twemoji.html" . }}{{ end }}
28
28
{{ if .Site.Params.enableShortest }}{{ partial "shortest.html" }}{{ end }}
29
29
</ body >
Original file line number Diff line number Diff line change 58
58
{{ end }}
59
59
60
60
{{ if .IsPage }}
61
- < div id ="sidebarBtn " class ="item " onClick ="$('.ui.sidebar') .sidebar('setting', 'transition', 'overlay').sidebar('toggle'); ">
61
+ < div id ="sidebarBtn " class ="item " onClick ="$('.ui.sidebar').sidebar('setting', 'transition', 'overlay').sidebar('toggle'); ">
62
62
< i class ="inverted big link sidebar icon " title ="Show Sidebar "> </ i >
63
63
</ div >
64
64
{{ end }}
Original file line number Diff line number Diff line change @@ -324,13 +324,20 @@ header.ui.inverted.segment {
324
324
-o-perspective: 1000px;
325
325
perspective: 1000px;
326
326
z-index: 0;
327
+ }
328
+
329
+ div.pusher {
330
+ overflow-y: auto !important;
327
331
background-color: transparent !important;
328
332
height: 100vh;
329
333
width: 100vw;
330
- overflow-y: auto;
331
334
overflow-x: hidden;
332
335
}
333
336
337
+ div.pusher.dimmed {
338
+ overflow-y: hidden !important;
339
+ }
340
+
334
341
.pusher.flip-it .flipper {
335
342
-webkit-transform: rotateY(180deg);
336
343
-moz-transform: rotateY(180deg);
You can’t perform that action at this time.
0 commit comments