From 4a9e758c19b00856a6def4d12334f8b4d0a3579f Mon Sep 17 00:00:00 2001 From: OrtalNisim Date: Fri, 20 Dec 2024 15:59:31 +0200 Subject: [PATCH] added js --- css/main.css | 4 +++ details.html | 1 + index.html | 11 +++++-- js/common.js | 18 ++++++++++++ js/details.js | 43 ++++++++++++++++++++++++++++ js/index.js | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 153 insertions(+), 3 deletions(-) create mode 100644 js/common.js create mode 100644 js/details.js create mode 100644 js/index.js diff --git a/css/main.css b/css/main.css index f51ac8b..ac38316 100644 --- a/css/main.css +++ b/css/main.css @@ -70,9 +70,12 @@ font-weight: inherit; } + + .filters .dropdown-wrapper { position: relative; width: 230px; + } @media (min-width: 64em) { @@ -92,6 +95,7 @@ z-index: 9; } + .filters .dropdown-header, .filters .dropdown-body { position: relative; diff --git a/details.html b/details.html index b584581..f555912 100644 --- a/details.html +++ b/details.html @@ -53,6 +53,7 @@

Where in the world?

-
+
-