-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Extra icon rendering in QRCode activity #1193
Comments
Hey can explain this problem... On adding -webkit-appearance: none; nothing happened. |
Yes I got the issue I would Like to work on this... |
@llaske Please reply, |
I have resolved this issue please assign this issue to me. |
Hi @abhishektiwari47, |
Actually I had created some changes yesterday but there was no response.
That's why I thought I should ask first
By the way, is this the same repo that is mentioned in GSOC 23 project ideas
…On Mon, Feb 27, 2023, 14:58 Disha Talreja ***@***.***> wrote:
Hi @abhishektiwari47 <https://github.com/abhishektiwari47>,
There's nothing like assigning issue here, you can directly create a PR if
there is no other PR linked.
—
Reply to this email directly, view it on GitHub
<#1193 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVAAZN5PM6KFT7NQ7EXZCVTWZRXS5ANCNFSM6AAAAAAVHGBFMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This issue is fixed in #1394 |
@Vishalk91-4 it fixes the first part of the issue (loading svg), not the second part (extra icon). |
I did match the code of both the background and the dropdown in it, so the extra icon is not visible now |
Fixed in #1583 |
svg
is not overlapping correctly over the select button image for any screen size. As shown here-select
. As shown here-It can be corrected by adding
-webkit-appearance: none;
The text was updated successfully, but these errors were encountered: