the sound wobbly paper ma...'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

[Profile Update 11/13/2021 1.3] Friends are now visible!

Friends are now visible. Changed:

 .friends-grid
 { visibility: hidden => { visibility: visible

Also changed:

.friends {
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    height: 300px; 

to:

.friends {
    overflow: auto;
    overflow-x: scroll;
    overflow-x: auto;
    height: 600px; 

Scrollbar is now out of the way!

*Changed video from 1.2 to be hidden until clicked on under Links. Will have to reformat that to be a little sneakier. 


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )