bootstrap添加模态窗后,再弹出消息提示框后,原先的滚动条被吃掉了_html/css_WEB-ITnose
如题 ,在模态中添加了比较多的内容,打开模态框后,会自动添加滚动条,但是在模态框操作提交 验证的时候,验证未通过需要提示提示信息,在提示信息窗口关闭后,页面的滚动条消失了,导致模态框的内容被吃掉一部分。如图:
这是滚动条未消失之前:滚动条还在
弹出的这个提示框:滚动条也还在,
但是关闭提示框后,滚动条就消失了,导致模态框中的内容被吃掉一部分
回复讨论(解决方案)
各位大神,请现身相救吧。不用消息提示框不行,因为有一个confirm的需要,除非用windows自带的,但是样式又不统一了,难看,
你的模态框里面,可以先考虑把“回复”那一块的内容隐藏掉,点击一个按钮或者标题在展开。
另外我记得官方说的好像模态框不支持叠加吧?
http://v3.bootcss.com/javascript/#modals
"
不支持同时打开多个模态框
千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。"
你的模态框里面,可以先考虑把“回复”那一块的内容隐藏掉,点击一个按钮或者标题在展开。
另外我记得官方说的好像模态框不支持叠加吧?
http://v3.bootcss.com/javascript/#modals
"
不支持同时打开多个模态框
千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。"
你的模态框里面,可以先考虑把“回复”那一块的内容隐藏掉,点击一个按钮或者标题在展开。
另外我记得官方说的好像模态框不支持叠加吧?
http://v3.bootcss.com/javascript/#modals
"
不支持同时打开多个模态框
千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。"
那估计没有,你在confirm关闭的时候,在用js给下面那个模态框设置一个高度试试。、
你的模态框里面,可以先考虑把“回复”那一块的内容隐藏掉,点击一个按钮或者标题在展开。
另外我记得官方说的好像模态框不支持叠加吧?
http://v3.bootcss.com/javascript/#modals
"
不支持同时打开多个模态框
千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。"
那估计没有,你在confirm关闭的时候,在用js给下面那个模态框设置一个高度试试。、
找了一下,没有不能定义confirm的close事件,在源码中有close事件,但是获取出来的模态框的高度没问题,重设模态框高度没有效果
你用一个easy ui 的弹窗试试,bootstrap确实没有close事件
easyui 的弹窗比Bootstrap还高, 后来没用了,换成页面的提示错误信息,没用弹窗

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
