From 0180b76322db1161ac400a682c5485b86ff62d0c Mon Sep 17 00:00:00 2001 From: Fadi Hania Date: Sun, 28 May 2023 21:26:57 +0300 Subject: [PATCH] Update search page style Fix having multiple vertical scrollbars while searching the icons, it's easier to use and better for User Experience --- _includes/css/nerd-font-tweaks.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index c4610a1e19..26e562207a 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -110,9 +110,7 @@ a.nerd-font-button:before { } #main .nerd-font-cheat-sheet { - max-height: 520px; overflow-x: hidden; - overflow-y: scroll; margin-top: 40px; max-width: none; justify-content: center;