I have a div
that has background:transparent
, along with border
.
(我有一个具有background:transparent
和border
的div
。)
div
, I have more elements. (在这个div
,我还有更多元素。)
Currently, I'm able to click the underlying elements when I click outside of the overlay div
.
(当前,当我在overlay div
之外单击时,我可以单击基础元素。)
div
. (但是,当直接单击overlay div
时,我无法单击基础元素。)
I want to be able to click through this div
so that I can click on the underlying elements.
(我希望能够单击此div
以便可以单击基础元素。)