From b7e04a3360f6601edc9901fa39591104064df4f7 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 e8c22832ea..12ba5317a7 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -104,9 +104,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;