Skip to content

Commit

Permalink
Removes unnecessary width/height
Browse files Browse the repository at this point in the history
Resolves brave#7403

Auditors: @bsclifton

Test Plan:
- specified in the issue brave#7403
  • Loading branch information
NejcZdovc committed Mar 12, 2017
1 parent 3ad0f41 commit 6e6bd8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions less/contextMenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
}
// This is a reasonable max height and also solves problems for bookmarks menu
// and bookmarks overflow menu reaching down too low.
height: 100%;
width: 100%;
min-width: 225px;
@usedUpChrome: @navbarHeight + @bookmarksToolbarWithFaviconsHeight;
max-height: calc(~'100% - @{usedUpChrome}');
overflow: auto;
Expand Down

0 comments on commit 6e6bd8d

Please sign in to comment.