chrome extension, popup window's height

前端 未结 4 1669
庸人自扰
庸人自扰 2021-02-01 15:08

It seems to me that the popup window\'s height has a limit of 489 pixels. If I\'m setting the body element of the popup to 600 pixels of height, then popup window gets a scroll

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 15:38

    If your popup is only for updating settings of your extension. The best way is to create a seprate setting page called options_page,not popup.

    A reference about options_page is here.

提交回复
热议问题