Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f013ab9

Browse files
committed
unfo notif styles
1 parent 103a34f commit f013ab9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/resources/assets/sass/shared-styles.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,11 @@ $blue_2: #276cda;
354354

355355
// notification
356356
.notif-container {
357+
padding: 0 0 4rem;
357358
position: fixed;
359+
top: 4rem;
358360
right: 1rem;
359-
padding: 4rem 0;
360-
display: flex;
361-
flex-direction: column-reverse;
362-
height: 100vh;
361+
bottom: 0;
363362
z-index: 100;
364363
overflow: scroll;
365364
}

0 commit comments

Comments
 (0)