Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/styles/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
.side-nav.side-nav--open .side-nav__open {
top: 34px;
margin-top: 0;
display: none;
Copy link
Copy Markdown
Member

@manishprivet manishprivet Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This display was set to none because the close button was visible in between the breakpoints, as mentioned here

The button was removed on purpose

pointer-events: all;
}
}
Expand Down