Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions dist/slidebars.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ html, body, [canvas=container], [off-canvas] {
box-sizing: border-box;
}

html {
height: 100%;
}
body {
min-height: 100%;
overflow-y: hidden;
}
html, body {
width: 100%;
height: 100%;
overflow: hidden;
overflow-x: hidden;
}

/**
Expand All @@ -36,8 +42,6 @@ html, body {

[canvas=container] {
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
background-color: white; /* Basic background color, overwrite this in your own css. */
-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
Expand Down Expand Up @@ -152,4 +156,4 @@ html, body {
[off-canvas] {
display: none !important;
}
}
}