Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

fixed height not working with bootstrap #79

Open
Kaliph opened this issue Nov 29, 2018 · 2 comments
Open

fixed height not working with bootstrap #79

Kaliph opened this issue Nov 29, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@Kaliph
Copy link

Kaliph commented Nov 29, 2018

As soon as I add bootstrap to my webpage. I can´t use fixed height for groups anymore.

I have added a jsfiddle.

jsfiddle

@yotamberk yotamberk added the bug Something isn't working label Dec 1, 2018
@Kaliph
Copy link
Author

Kaliph commented Jan 17, 2019

Can I assist somehow by fixing this? Do you have any idea what is causing this behaviour and how to avoid it? Thankyou

@Kaliph
Copy link
Author

Kaliph commented Jan 22, 2019

I believe uncommenting those lines in bootstrap.js 3.3.7 helped me to reduce the behaviour a little bit. But it is still there.

`* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants