OSD600 -- Release 0.4.3
In my preview blog OSD600 -- Release 0.4.2 , I have listed six issues I am working on for my release 0.4. I have explained what I learned and how I did for the first 3 issues, now I am going to go through the rest of the 3 issues. Issue-1449 Post header overlap (z-index) issue with hamburger menu Issue-1464 Scroll To Top button on the search page does not work in mobile version Issue-1469 Port ScrollAction from Gatsby to NextJS #1469 The fourth PR I have done is that Fix Post header overlap (z-index) issue with hamburger menu. This is the simplest PR I have done so far. I used the developer tool of Chrome to check z-index of both the hamburger menu and the header. It turns out that the hamburger menu has a lower z-index than the post header. During finding where is the z-index of each component, I learned that I can search all the code inside a big folder by right click on the folder and select "Find in Folder" in the VScode....