nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Global stylesheet breaks Amplify

Open Samrose-Ahmed opened this issue 1 year ago • 4 comments

nextra seems to have a global stylesheet that breaks other stylesheets, e.g. when using with Aws amplify authenticator component: this css in nextra, specifically the background-color, breaks the Amplify authenticator sign in UI's:

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

shouldn't the nextra global styles be scoped, or is there a way to customize?

Samrose-Ahmed avatar Oct 13 '23 05:10 Samrose-Ahmed

same issue +1

AnoyiX avatar Oct 19 '23 05:10 AnoyiX

please share reproduction, and it will be fixed in v3

dimaMachina avatar Oct 19 '23 16:10 dimaMachina

@B2o5T when will v3 release?

AnoyiX avatar Oct 20 '23 10:10 AnoyiX

same issue

maoge8274 avatar Dec 29 '23 09:12 maoge8274