# 间隙处点击续（另一个巧妙的方法）

* 抖音：<https://v.douyin.com/h8EE14C/>
* B站：<https://www.bilibili.com/video/BV12841157Fs/>

> **Demo预览：**
>
> <https://sunzsh.github.io/html-demos/map.html>
>
> **代码 / 文件：**
>
> <https://github.com/sunzsh/st-html-demo/blob/master/map.html>

上期视频发布以后

有些小伙伴给出了另一个方案

我觉得非常巧妙啊

给大家分享一下

就是啊他把这个height设置成

大家看一下就解决了

没有问题了

那为什么设置成0就可以了呢

我们先把它设置成

大家看这样的话呢

这些按钮就超高溢出来了

但是呢这些按钮

并没有把原来这个红色容器撑高

他只是溢出来了

所以呢

看到这很多小伙伴可能就会想到

我们用这种方案

就不能修改overflow的默认值

比如我们把它改成hidden

大家看 按钮就有一部分看不着了

我们把它注释掉

然后呢（height）改成

这样也能完美解决


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sunzsh.gitbook.io/xiaoshan.bug/jian-xi-chu-dian-ji-xu-ling-yi-ge-qiao-miao-de-fang-fa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
