From 1fae7c8645b079d43448f3e746f2729dba0d2848 Mon Sep 17 00:00:00 2001 From: Splines <37160523+Splines@users.noreply.github.com> Date: Sat, 26 Aug 2023 02:04:13 +0200 Subject: [PATCH] Fix styling of small dot indicating current navbar item (#528) only affected the Apple Safari browser --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 35f8c0d78..4999ed063 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -302,4 +302,8 @@ a { &:hover { text-decoration: underline; } +} + +.nav-item { + position: relative; } \ No newline at end of file