css override on "container" causes issues #29

Closed
opened 2025-12-29 15:30:00 +01:00 by adam · 1 comment
Owner

Originally created by @bellwood on GitHub (Jun 28, 2016).

the css override for "container" set to:

.container {
    width: 1340px;
}

(base.css line 11)

...causes overflow issues on smaller screens, namely my 13" macbook pro and commenting this out allows the container content inside .wrapper to behave much better automatically but doesnt address the header and footer

changing .container to .container-fluid in the navbar, footer and wrapper makes everything work nicely

Originally created by @bellwood on GitHub (Jun 28, 2016). the css override for "container" set to: ``` .container { width: 1340px; } ``` (base.css line 11) ...causes overflow issues on smaller screens, namely my 13" macbook pro and commenting this out allows the container content inside .wrapper to behave much better automatically but doesnt address the header and footer changing .container to .container-fluid in the navbar, footer and wrapper makes everything work nicely
adam added the type: bug label 2025-12-29 15:30:00 +01:00
adam closed this issue 2025-12-29 15:30:01 +01:00
Author
Owner

@bellwood commented on GitHub (Jun 28, 2016):

Pull request made

@bellwood commented on GitHub (Jun 28, 2016): Pull request made
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#29