Cannot click on links in mobile view #10

Closed
opened 3 years ago by kjodle · 1 comments
kjodle commented 3 years ago
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.
Poster
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; } ```
kjodle closed this issue 3 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.