Skip to content

difficult to click the buttom #388

Answered by amnweb
Satellite-lzh asked this question in Q&A
Discussion options

You must be logged in to vote

About which widget are you talking? Is that problem with the apps widget?
If yes, then there is a problem because you have a fully transparent widget, and if something is fully transparent, your click will go through to whatever is below the widget. To prevent this, you can simply add background-color: rgba(0, 0, 0, 0.01) to .apps-widget or .apps-widget .label, and the click should work fine.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Satellite-lzh
Comment options

@Satellite-lzh
Comment options

@amnweb
Comment options

Answer selected by Satellite-lzh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants