dropdown
dropdown copied to clipboard
getPopupContainer return document.documentElement will make a crash
getPopupContainer = () => document.documentElement let dom-align
crash (Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.)
should add some protect?