mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build: v2.0.0 twice
This commit is contained in:
@@ -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);
|
||||
};
|
Reference in New Issue
Block a user