モーダルが開いたときに背景を変更する方法

Morning!

Here with a simple (?) question. How can we change the dark faded background that comes up when a modal pops up? Can’t really find it in the CSS.

「いいね!」 1

Hello,

.modal-backdrop {
  background-color: white;
}
「いいね!」 3

You are awesome! Thank you :slight_smile:

「いいね!」 3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.