Hide popover on same document link navigation
I have the following popover menu, clicking on a link will not hide the popover:
4 Replies
So popover target only works on buttons
but I would like one click to both follow the link and hide the popover
try adding onclick events to close the popover i.e
oh I forgot to mention, I'm trying to do this with just CSS. It shouldn't need JS
that JS checks out though
fairly straightforward with JS, maybe I should submit an issue to w3c
with css its going to be a lil tricky,,, not sure if will work though