We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fcc61 commit 91ae266Copy full SHA for 91ae266
1 file changed
projects/social_platform/src/app/office/office.component.scss
@@ -36,11 +36,16 @@
36
justify-content: space-between;
37
padding: 30px 5px 30px 17px;
38
background: linear-gradient(var(--accent), #4d3780);
39
+ position: sticky;
40
+ top: 0;
41
+ left: 0;
42
+ z-index: 100;
43
44
@include responsive.apply-desktop {
45
flex-shrink: 0;
46
padding: 0;
47
background: none;
48
+ position: static;
49
}
50
51
0 commit comments