Skip to content
Snippets Groups Projects
Commit 040aceea authored by xaralis's avatar xaralis
Browse files

feat(district): smooth scrolling

parent b1d4e5db
Branches
No related tags found
2 merge requests!559Release,!557Promote some geo feature collection items
Pipeline #8571 passed
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
{% include "maps_utils/includes/styles.html" %} {% include "maps_utils/includes/styles.html" %}
<style type="text/css"> <style type="text/css">
/* All anchor scrolling will be butter smooth. */
html {
scroll-behavior: smooth !important;
}
.inline-block { .inline-block {
display: inline-block; display: inline-block;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment