0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

set scrollbar to 'thin' in recentItems dropdown

This commit is contained in:
Gazook89
2022-09-20 20:37:55 -05:00
parent f2a8a6a03a
commit 7623d3e93a
2 changed files with 1 additions and 5 deletions

View File

@@ -16,8 +16,5 @@
&.listPage .content { &.listPage .content {
overflow-y : scroll; overflow-y : scroll;
} }
// &.editPage .content, &.sharePage .content, &.newPage .content {
// overflow-y : hidden;
// }
} }
} }

View File

@@ -13,7 +13,6 @@
} }
.listPage{ .listPage{
.content{ .content{
overflow-y : overlay;
.phb{ .phb{
.noColumns(); .noColumns();
height : auto; height : auto;