File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# page-wrapper {
42
42
height : calc (100vh - 100px );
43
+ display : flex;
44
+ flex-direction : column;
43
45
}
44
46
45
47
# content-wrapper {
@@ -100,6 +102,7 @@ html {
100
102
# MSearchSelect {
101
103
padding-left : 0.75em ;
102
104
left : auto;
105
+ background-repeat : no-repeat;
103
106
}
104
107
105
108
# MSearchField {
@@ -121,7 +124,6 @@ html {
121
124
display : block;
122
125
border-bottom : none;
123
126
max-width : var (--side-nav-fixed-width );
124
- overflow : hidden;
125
127
background : var (--side-nav-background );
126
128
}
127
129
Original file line number Diff line number Diff line change 19
19
</ head >
20
20
< body >
21
21
< div id ="page-wrapper ">
22
- < div id ="content-wrapper " style =" display: flex; flex-direction: row " >
23
- < div id ="sidebar-wrapper " style =" display: flex; flex-direction: column " >
22
+ < div id ="content-wrapper ">
23
+ < div id ="sidebar-wrapper ">
24
24
< div id ="top "> <!-- do not remove this div, it is closed by doxygen! -->
25
25
26
26
<!--BEGIN TITLEAREA-->
You can’t perform that action at this time.
0 commit comments