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

Custom logo prevents link use #143

Closed
clawrie opened this issue Mar 26, 2015 · 5 comments
Closed

Custom logo prevents link use #143

clawrie opened this issue Mar 26, 2015 · 5 comments

Comments

@clawrie
Copy link

clawrie commented Mar 26, 2015

If the left side menu extends the full height of the screen and you have a custom logo in place, you cannot select the links that are displayed directly above the logo. See images (note mouse pointer).
authentic-1
authentic2

@iliajie
Copy link
Collaborator

iliajie commented Mar 27, 2015

Yes but I have just found out a solution a minute ago. It works in Chrome and should work in all other contemporary browsers. I think it's the best shot.

It will be added to the default styles on the next release but so far, add to your custom styles.css the following:

.__logo {
   pointer-events: none;
}

Does it give you the expected result!? ;)

@clawrie
Copy link
Author

clawrie commented Mar 27, 2015

I'll not be able to try this out until Monday - busy weekend - thanks for
the reply.
Craig

On Fri, Mar 27, 2015 at 6:39 PM, Ilia Rostovtsev [email protected]
wrote:

Yes but I have just found out a solution a minute ago. It works in Chrome
and should work in all other contemporary browsers. I think it's the best
shot.

It will be added to the default styles on the next release but so far, add
to your custom styles.css the following:

.__logo {
pointer-events: none;
}

Does it give you the expected result!? ;)


Reply to this email directly or view it on GitHub
#143 (comment)
.

@iliajie
Copy link
Collaborator

iliajie commented Mar 28, 2015

Alright, let's wait. But let me think it will just work! ;)

Thanks for pointing at the issue!

@iliajie
Copy link
Collaborator

iliajie commented Mar 29, 2015

I will put it in 11.01 bug fix release in couple of hours.

@iliajie iliajie closed this as completed Mar 29, 2015
@clawrie
Copy link
Author

clawrie commented Mar 31, 2015

Thanks - saw it was fixed earlier today.

On Sun, Mar 29, 2015 at 8:16 PM, Ilia Rostovtsev [email protected]
wrote:

Closed #143 #143.


Reply to this email directly or view it on GitHub
#143 (comment).

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

2 participants