.nowrap {
    white-space: nowrap;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    overflow-y: initial;
}