You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is, it in further development, because I am facing an issue, regarding hover. I have to manually click to open and close the tab. If everything is good, can I get some help ?
I am using PyCharm IDE, and I have taken the code as it is provided. Still I am facing this issue.
The text was updated successfully, but these errors were encountered:
What is your screen size? In the style.css, the button shows up when the screen size is smaller - not sure which dimensions boundary however, the only one that is hard coded is a very small mobile phone. If you want, you can edit it via the @media element.
Hello, apologies. I have recently been going through the code (style.css file) and found that the hover function only works for devices that allow hover. If you are having to manually click to open and close the sidebar then your device does not allow for hover it seems. In the style.css file the @media(hover){ ...} function is an indication that for devices that allow or have the hover capability, do the below.
Is, it in further development, because I am facing an issue, regarding hover. I have to manually click to open and close the tab. If everything is good, can I get some help ?
I am using PyCharm IDE, and I have taken the code as it is provided. Still I am facing this issue.
The text was updated successfully, but these errors were encountered: