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

bug: Background is White in razorpay window #2167

Closed
sujitbalasubramanian opened this issue Jul 23, 2023 · 1 comment
Closed

bug: Background is White in razorpay window #2167

sujitbalasubramanian opened this issue Jul 23, 2023 · 1 comment

Comments

@sujitbalasubramanian
Copy link

What version of daisyUI are you using?

v3.2.1

Describe your issue

The razorpay screen is transparent normally but when i add daisyui to it it turns white

Before daisyui
2023-07-23-172247_709x769_scrot

After Adding daisy ui
2023-07-23-172036_771x790_scrot

I don't know how his is happening

tailwind.config.js

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [require("daisyui"), require('tailwind-scrollbar')({ nocompatible: true })],
  daisyui: {
    themes: false,
    base: false,
  }
}

What browsers are you seeing the problem on?

All browsers

Reproduction URL

No response

@saadeghi
Copy link
Owner

with base: false config, it shouldn't happen.
Can you please inspect the background and see what CSS rule is applying background color?

@saadeghi saadeghi closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2023
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