diff --git a/less/contextMenu.less b/less/contextMenu.less index 6da9dc8f09e..e28ed4eedf9 100644 --- a/less/contextMenu.less +++ b/less/contextMenu.less @@ -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;