Update style.css

This commit is contained in:
Gareth Williams 2018-10-03 01:00:58 +01:00 committed by GitHub
parent cdba7566fd
commit 9063761dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ html, body {
height: 100%;
}
#sidebar_canvas {
padding: 10px;
overflow: scroll;
padding: 10px;
overflow: auto;
}
#sidebar_container {
display: flex;
@ -771,4 +771,4 @@ select.error, textarea.error, input.error {
#toggle_sidebar_button.hide_sidebar {
background-image: url("images/map-icon@3x.png");
}
}
}