Closed wmertens closed 1 year ago
the default CSS puts position: fixed in the popover, but that only makes sense for a dialog box, not a dropdown box, right?
position: fixed
I can't find anything in the HTML spec saying what the position should be, so I'm thinking that it should not be in the polyfill CSS?
actually, now I see that Chrome has this same thing in the default user agent stylesheet :-)
the default CSS puts
position: fixed
in the popover, but that only makes sense for a dialog box, not a dropdown box, right?I can't find anything in the HTML spec saying what the position should be, so I'm thinking that it should not be in the polyfill CSS?