Skip to content

Commit a0eb198

Browse files
committed
fix: #2730 The navbar menu is now responsive
1 parent e23bbfb commit a0eb198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/modules/IDE/components/Header/MobileNav.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ export const Options = styled.div`
9494
ul.opened {
9595
transform: scale(1);
9696
opacity: 1;
97+
max-width: 90vw;
98+
max-height: 90vh;
99+
overflow-y: auto;
97100
}
98101
99102
> div {

0 commit comments

Comments
 (0)