getodk / central-frontend

Vue.js based frontend for ODK Central

Home Page:https://docs.getodk.org/central-intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make project names on homepage sticky

matthew-white opened this issue · comments

@issa-tseng suggested adding the following CSS to .project-home-block .title:

background-color: #f7f7f7;
box-shadow: 0 0 20px #f7f7f7;
position: sticky;
top: 0;

@sadiqkhoja, you're working on the homepage right now, right? Would it be possible to add these styles while you're in there?