From 37ad55fc1d84d9eb6a9333cc771d84b94e9a0ce0 Mon Sep 17 00:00:00 2001 From: David Hochbaum Date: Thu, 11 Apr 2024 15:28:49 -0400 Subject: [PATCH] Add spacing between the bottom of tabs and the scroll bar --- app/styles/layouts/_l-default.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/layouts/_l-default.scss b/app/styles/layouts/_l-default.scss index 854533fe..b4f02f83 100644 --- a/app/styles/layouts/_l-default.scss +++ b/app/styles/layouts/_l-default.scss @@ -271,7 +271,8 @@ a.glossary, a.glossary:link, a.glossary:visited { margin: 0; border: 1px solid #d3d5d9; background: 0 0; - list-style-type: none + list-style-type: none; + padding-bottom: 5px; } .tabs::after,.tabs::before {