fix: scroll is now ok on Firefox
This commit is contained in:
parent
17167fbf4f
commit
b4eaa15017
@ -33,9 +33,9 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
|
|||||||
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
|
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
|
||||||
|
|
||||||
//- cdn
|
//- cdn
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/core@0.5.7")
|
script(type="module" src="https://unpkg.com/@startinblox/core@0.5")
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/router@latest")
|
script(type="module" src="https://unpkg.com/@startinblox/router@latest")
|
||||||
script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js")
|
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
|
||||||
|
|
||||||
script(type="module" src="/scripts/hd-widgets.js")
|
script(type="module" src="/scripts/hd-widgets.js")
|
||||||
|
|
||||||
|
@ -17,11 +17,14 @@ html {
|
|||||||
background-color: $color-anti-flash-white;
|
background-color: $color-anti-flash-white;
|
||||||
color: $color-text-base;
|
color: $color-text-base;
|
||||||
}
|
}
|
||||||
// body {
|
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
// display:flex;
|
// display:flex;
|
||||||
// flex-direction: column;
|
// flex-direction: column;
|
||||||
// }
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
@ -114,6 +117,7 @@ h5 {
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer {
|
#mainContainer {
|
||||||
|
Loading…
Reference in New Issue
Block a user