mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
8 lines
116 B
SCSS
8 lines
116 B
SCSS
.sourcegraph-notifications {
|
|
position: fixed;
|
|
width: 28rem;
|
|
top: 82px;
|
|
right: 0;
|
|
z-index: 90;
|
|
}
|