diff --git a/src/components/notifications/notifications.module.scss b/src/components/notifications/notifications.module.scss index f62902e80..918a7bb07 100644 --- a/src/components/notifications/notifications.module.scss +++ b/src/components/notifications/notifications.module.scss @@ -1,11 +1,11 @@ -/* - * SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file) +/*! + * SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file) * * SPDX-License-Identifier: AGPL-3.0-only */ .notifications-area { - position: absolute; + position: fixed; top: 15px; right: 15px; z-index: 2000;