Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Remove webkit styles.
  • Loading branch information
jasmussen committed Jun 2, 2017
commit 2cc5862a43f4a7fed8788f90bf4e66bb27d563ae
1 change: 0 additions & 1 deletion editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ body.toplevel_page_gutenberg {
#wpfooter {
display: none;
}

}

.gutenberg {
Expand Down
19 changes: 1 addition & 18 deletions editor/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,31 +108,14 @@
z-index: z-index( '.editor-inserter__arrow' );
}

$scrollbar-width: 12px;
.editor-inserter__content {
max-height: 10vh; // fix me should be 50
max-height: 50vh;
overflow: auto;
box-shadow: inset 0 -5px 5px -4px rgba( $dark-gray-900, .1 );

&:focus {
outline: none;
}

&::-webkit-scrollbar {
width: $scrollbar-width;
height: $scrollbar-width;
}

&::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: $dark-gray-300;
border: 3px solid transparent;
background-clip: padding-box;

&:hover {
background-color: $dark-gray-900;
}
}
}

input[type=search].editor-inserter__search {
Expand Down