File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66width : 100% ;
77height : 80vh ;
88transform : translateY (calc (-100% - 2em ));
9- transition : transform var (--layout-timing-extra-fast );
109z-index : var (--z-index-menu );
1110pointer-events : none;
11+ transition : transform var (--layout-timing-extra-fast );
1212}
1313
1414.menu : focus {
2222.menu-area {
2323background-color : rgb (var (--theme-gray-01 ));
2424border-radius : var (--theme-radius );
25- box-shadow : var (--layout-shadow-large );
2625width : 100% ;
2726max-height : 100% ;
2827overflow-y : auto;
28+ box-shadow : var (--layout-shadow-large );
2929pointer-events : all;
3030transition : background-color var (--layout-timing-extra-fast );
3131}
3232
33+ .is-edge .menu-area {
34+ background-color : rgba (var (--theme-gray-01 ), 0.8 );
35+ }
36+
3337.menu-nav {
3438display : flex;
3539flex-direction : row;
You can’t perform that action at this time.
0 commit comments