user profile: card sticky
This commit is contained in:
parent
0e88f911ec
commit
255999ca72
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
background: rgb(50, 50, 75);
|
background: rgb(50, 50, 75);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: rgb(245, 245, 255);
|
color: rgb(245, 245, 255);
|
||||||
|
position: sticky;
|
||||||
|
top: 20px;
|
||||||
.content {
|
.content {
|
||||||
.header {
|
.header {
|
||||||
color: rgb(245, 245, 255);
|
color: rgb(245, 245, 255);
|
||||||
|
|
Reference in a new issue