mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
build: v2.0.0 twice
This commit is contained in:
parent
c0ed01f623
commit
e8467b0d96
@ -8,6 +8,7 @@ export const onSettingWindowCreated = async (view) => {
|
||||
iframe.height = "100%";
|
||||
iframe.style.border = "none";
|
||||
//去掉iframe滚动条
|
||||
iframe.scrolling = "no";
|
||||
//iframe.scrolling = "no";
|
||||
//有滚动条何尝不是一种美
|
||||
view.appendChild(iframe);
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user