File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
packages/theme-default/src/layout/DocLayout Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 70
70
71
71
// postion
72
72
position : sticky ;
73
- margin-top : calc (-1 * var (--rp-sidebar-menu-height ));
73
+ // margin-top: calc(-1 * var(--rp-sidebar-menu-height));
74
74
top : var (--rp-nav-height );
75
75
left : 0 ;
76
76
bottom : 0 ;
149
149
}
150
150
.rp-doc-layout {
151
151
& __aside {
152
- max-height : calc (
153
- 100vh - var (--rp-nav-height ) - var (--rp-sidebar-menu-height )
154
- );
155
-
156
152
position : fixed ;
157
- margin-top : var (--rp-sidebar-menu-height );
153
+ inset-inline-end : 0 ;
154
+ // margin-top: var(--rp-sidebar-menu-height);
158
155
background-color : color-mix (in srgb , var (--rp-c-bg ) 60% , transparent );
159
156
backdrop-filter : blur (25px );
160
157
padding : 20px 0px 20px 0px ;
191
188
top : var (--rp-nav-height );
192
189
right : 0 ;
193
190
194
- margin-top : var (--rp-sidebar-menu-height );
191
+ // margin-top: var(--rp-sidebar-menu-height);
195
192
height : calc (
196
193
100vh - var (--rp-nav-height ) - var (--rp-sidebar-menu-height )
197
194
);
You can’t perform that action at this time.
0 commit comments