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

Fix: Navbar is not fixed properly. #352

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Css-files/navbarstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ body {
display: flex;
width: 100%;
justify-content: space-between;
margin: 10px 1px!important;
border-radius: 20px;
/* margin: 10px 1px!important; Margin is removed so that they stick to body*/
border-radius: 0px 0px 20px 20px; /* Border radius added to only bottom part*/
}

.nav-right {
Expand Down
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ body {
color: #fff;
border-bottom: 1px solid #fff;
}
<<<<<<< HEAD
*/

=======
>>>>>>> feature/marquee-hover
.navbar.fixed-top {
position: fixed;
top: 0;
Expand Down