Skip to content

Commit ddf0557

Browse files
committed
docs: Update z-index in responsive code example
1 parent e28dfad commit ddf0557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/Angular/code-examples/responsive-layout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Provide the layout based on the menu state and hide the menu on bigger screens:
160160
width: 100%;
161161
height: 100%;
162162
position: fixed;
163-
z-index: 1;
163+
z-index: 3;
164164
}
165165

166166
.menu-close {

0 commit comments

Comments
 (0)