我正在为 gmail 编写一个谷歌小工具。我是小工具的新手。对于一个小工具,我先写一个 html 页面,然后将其转换为谷歌小工具的模块。我使用了这个模块规范
<Module>
<ModulePrefs title="Cloud Factor Demo" scrolling="false" description="Cloud Factor Demo Design" author="Ritesh Mehandiratta" author_email="..." author_location="Mountain View, CA">
<Require feature="dynamic-height" />
<Require feature="google.contentmatch"></Require>
</ModulePrefs>
<!-- Define the content type and display location. The settings
"html" and "card" are required for all Gmail contextual gadgets. -->
<Content type="html" view="card"><![CDATA[
但是当我转到我的 gmail 页面时,这个 html 处于滚动模式。我想让它的高度与它的高度相同如何删除这个滚动?这是滚动的屏幕截图