From 255999ca723f3644be16d62fda549b775ab83c53 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 11 Oct 2020 20:10:00 +0200 Subject: [PATCH] user profile: card sticky --- scss/import/user.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/import/user.scss b/scss/import/user.scss index 385c041..9c8a390 100644 --- a/scss/import/user.scss +++ b/scss/import/user.scss @@ -8,6 +8,8 @@ background: rgb(50, 50, 75); box-shadow: none; color: rgb(245, 245, 255); + position: sticky; + top: 20px; .content { .header { color: rgb(245, 245, 255);