手风琴固定高度,内部可排序列表

发布于 2024-09-28 19:05:09 字数 291 浏览 5 评论 0原文

我有一个手风琴内容高度 280px 的手风琴。在里面我有一个可排序的列表,与位于手风琴外部的另一个列表(右)连接。

当手风琴的内容超过 280px 时,显示向下滚动。

到目前为止,一切都很好。

问题是当我开始将一个元素从可排序列表拖动到左侧连接可排序列表时显示滚动时,手风琴内容在显示水平滚动的 x 轴处溢出并使移动变得困难。您必须保持足够的移动拖动元素才能移出手风琴并位于左侧的可排序列表中。

我几乎搜索了任何地方,并尝试纠正手风琴内容溢出的问题,但没有找到解决方案。

任何帮助表示赞赏

i have an accordion with accordion content height 280px. Inside i have a sortable list connecting with another that sits outside the accordion (right).

When the contents of the accordion is more than 280px displays the scroll down.

So far so good.

The problem is when scroll is displayed when i start drag an element from sortable list to the left connecting sortable list the accordion content overflow at x-axis displaying the horizonta scroll and make the movement difficult. You have to keep move the drag element enough in order to move out accordion and sits to the sortable list at left.

I searched almost anywhere and trying to make correction regarding overflow at accordion contents but no solution found.

Any help appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静谧幽蓝 2024-10-05 19:05:09

这对我有用:

<style type="text/css">
    .ui-accordion-content{
        overflow:visible !important;
    }
</style>

This worked for me:

<style type="text/css">
    .ui-accordion-content{
        overflow:visible !important;
    }
</style>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文