diff --git a/build.sh b/build.sh index fe444db..aaabdc5 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ set -e # Verzija # ────────────────────────────────────────────── read -p "Verzija (npr. 0.1.1): " VERZIJA -VERZIJA=${VERZIJA:-"dev"} +VERZIJA=${VERZIJA:-"0.0.1"} # ────────────────────────────────────────────── # Okruženje diff --git a/web/static/css/main.css b/web/static/css/main.css index b4a8e85..293efac 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -660,3 +660,9 @@ select { max-width: none; } } + +/* dropdown meni mora biti iznad svih stacking context-a koje glass efekt kreira */ +#avatar-meni { + z-index: 9999 !important; + position: relative; +} diff --git a/web/templates/komponente/topbar.html b/web/templates/komponente/topbar.html index 9df3587..0f567cc 100644 --- a/web/templates/komponente/topbar.html +++ b/web/templates/komponente/topbar.html @@ -21,7 +21,7 @@
{{if .Korisnik}}{{slice .Korisnik 0 2}}{{else}}NT{{end}}
-