Skip to content

Commit

Permalink
style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Feb 16, 2024
1 parent 7bdd458 commit 2b1ee83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import cloudinary
import dj_database_url

from dotenv import load_dotenv
# from dotenv import load_dotenv

load_dotenv()
# load_dotenv()


# Read environment
Expand Down
6 changes: 5 additions & 1 deletion website/frontend/styles/CleanAirPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,13 @@
z-index: 10000;
width: 165px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
overflow-y: scroll;
overflow-y: auto;
max-height: 308px;

&::-webkit-scrollbar {
display: none;
}

.label {
font-size: 12px;
font-weight: 400;
Expand Down

0 comments on commit 2b1ee83

Please sign in to comment.