Cannot click on links in mobile view #10

Closed
opened 2021-08-02 22:47:12 +00:00 by kjodle · 1 comment
Owner

Apparently, the sidebar is overlaying the content area. This may be related to

#sidebar,
#content {
	width: 100%;
	border: none;
}

in mobile.css.

Apparently, the sidebar is overlaying the content area. This may be related to ``` #sidebar, #content { width: 100%; border: none; } ``` in mobile.css.
Author
Owner

I commented out the float:none line on the #sidebar element in mobile.css and that seems to have resolved the issue. I am not convinced that this is the root of the problem, however. I'll close this for now, and if it reoccurs, I'll circle back to it.

mobile.css:

#sidebar {
/*	float: none; */
	text-align: left;
}

I commented out the `float:none` line on the `#sidebar` element in mobile.css and that seems to have resolved the issue. I am not convinced that this is the root of the problem, however. I'll close this for now, and if it reoccurs, I'll circle back to it. mobile.css: ``` #sidebar { /* float: none; */ text-align: left; } ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjodle/portage#10
No description provided.