Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title of UI overlapping over main menu / content #6

Open
chriszo111 opened this issue Apr 8, 2019 · 0 comments
Open

Title of UI overlapping over main menu / content #6

chriszo111 opened this issue Apr 8, 2019 · 0 comments

Comments

@chriszo111
Copy link

Problem

Text overlapping because alert pushes jumbotron content down. Removing the following HTML element solves the problem:

<div class="alert alert-info"> Der pr0verter wurde an die Änderungen von pr0 angepasst, sprich 300 Sekunden sowie 10 MB sind jetzt Standard</div>

To solve, you have multiple options, a couple:

  • Make the alert dismissible
  • Add float: right to the stylesheet
    ..and tons more, i.e. using flex

System

  • Chrome 73.0.3683.86
  • macOS Mojave 10.14.3 (Resolution: 2880x1800 at 220 dpi)

Screenshots

  • Current

image

  • After deleting the alert div

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant