Skip to content
Snippets Groups Projects
Commit 18417104 authored by sjhuang26's avatar sjhuang26
Browse files

Change styles

parent 01aad5d9
Branches
Tags
No related merge requests found
......@@ -176,6 +176,8 @@
padding-left: $space;
padding-right: $space;
min-height: 0; /* this makes it work in Firefox */
/*
For making the sprite-selector a scrollable pane
@todo: Not working in Safari
......
......@@ -47,7 +47,7 @@
then back up, introduces white space in the outside the page container.
*/
height: calc(100% - $sprite-info-height);
overflow-y: scroll;
overflow-y: auto;
}
.items-wrapper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment