File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
5+ < link rel ="icon " type ="image/png " href ="/src/assets/flicks_logo.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Flicks</ title >
8+ < link href ="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap " rel ="stylesheet ">
89 </ head >
910 < body >
1011 < div id ="root "> </ div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4040 padding : 25px ;
4141 position : sticky;
4242 top : 2rem ;
43- height : calc ( 100 vh - 4 rem ) ;
44- overflow-y : auto ;
43+ max- height: fit-content ;
44+ overflow-y : visible ;
4545}
4646
4747.daily-recommendation h2 {
125125 border : 1px solid # 2a2a2a ;
126126 border-radius : 16px ;
127127 padding : 30px ;
128- height : calc ( 100 vh - 4 rem ) ;
128+ max- height: fit-content ;
129129 display : flex;
130130 flex-direction : column;
131131 position : sticky;
202202
203203.reviews-list {
204204 flex : 1 ;
205- overflow-y : auto ;
205+ overflow-y : visible ;
206206 margin : 0 -0.5rem ;
207207 padding : 0 0.5rem ;
208208}
You can’t perform that action at this time.
0 commit comments