javascript - Twitter bootstrap hides horizontal scrolling -
I am using an angular application and used Twitter Bootstrap for AdWords. Now, the problem is that when I'm adding the ui-bootstrap library, it's hiding the default horizontal scrolling functionality. Without it, it works fine. So any suggestions, how can I work with this library?
- 0.11.2 Use of ui-bootstrap
Thanks
You can override that using overflow-x I could not see the Arredian on the link given by you, but generally you can apply it to:
// CSS # your-accordion .panel- body {overflow-X: scroll; } // HTML & lt; Div class = "panel-body" & gt; & Lt; Table style = "width: 1000px;" & Gt; ... & lt; / Table & gt; & Lt; / Div & gt; Properties that you can use with overflow-x:
overflow-x: view | Hidden. Book | Auto | Initial | the heir; After adding Bootstrap, you may be able to add your Style Sheet:
& lt; Link rel = "stylesheet" href = "YOUR_PATH / bootstrap.min css" & gt; & Lt; Link rel = "stylesheet" href = "YOUR_PATH / YOUR_STYLE_SHEET.css" & gt; Styles are applied in the order they are read by the browser. This means that the styles at the top of the style sheet will be changed for the last time.
For example, the following style paragraphs will be black:
p {color: red; } P {Color: Black; } Or you can force the browser to show the scroll using:
Overflow-X: Scroll! Important; What's important:
There are CSS rules! Important instructions will always be applied even if no rules are visible in the CSS document.
Comments
Post a Comment