sourcegraph/client/shared/src/notifications/Notifications.module.scss
2021-11-29 10:29:13 +01:00

8 lines
116 B
SCSS

.sourcegraph-notifications {
position: fixed;
width: 28rem;
top: 82px;
right: 0;
z-index: 90;
}