Skip to content
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
width: 0;
position: absolute;
pointer-events: none;
right: 10px;
right: 22px;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is breaking the other menus.
capture d ecran_2018-08-17_15-57-15

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good finding!

}
}
.logo {
Expand Down Expand Up @@ -226,9 +226,10 @@
/* NAVIGATION --------------------------------------------------------------- */
nav[role='navigation'] {
display: inline-block;
width: $header-height;
width: 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not fond of hacks like that, I could prefer a proper :

li#more-apps {
	z-index: 2;
}

:)

height: $header-height;
margin-left: -$header-height;
position: relative;
}

.header-left #navigation {
Expand Down