+
mdi-bell-outline
@@ -106,6 +121,16 @@ watch(open, async (isOpen) => {
overflow: hidden;
}
+@media (max-width: 480px) {
+ .notif-menu {
+ position: fixed;
+ top: 4.5rem; /* adjust to sit just below your navbar height */
+ left: 50%;
+ transform: translateX(-50%);
+ width: min(320px, calc(100vw - 1.5rem));
+ }
+}
+
.notif-header {
display: flex;
align-items: center;