From b634cc0fb161a988c14cb3e0167e8f52ae9c440e Mon Sep 17 00:00:00 2001 From: JOE XMG <thunyathep.s@outlook.com> Date: Thu, 5 Sep 2024 11:21:53 +0200 Subject: [PATCH] css fix --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index efa81e8..af7faa3 100644 --- a/public/index.html +++ b/public/index.html @@ -22,6 +22,11 @@ ] }; </script> + <style> + .active .floor-selector .level { + margin-bottom: 100!important; + } + </style> <script src="https://js.arcgis.com/4.20/"></script> <!-- include: "type": "js", "files": "**/*.js" --> </head> -- GitLab