You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day! In both code that is in this repository and in the codepen, one of the frames on the side of the black always ends on top. When you turn on the borders, so does a group of frames on the white side (the frames whose contents are the column indicating letters). To fix this problem, we should simply add the line
z-index: -1;
at line 102 of the styles.css file, as a property of the selectors
#board: after, #frame: after, #frame: before.
The text was updated successfully, but these errors were encountered:
Good day! In both code that is in this repository and in the codepen, one of the frames on the side of the black always ends on top. When you turn on the borders, so does a group of frames on the white side (the frames whose contents are the column indicating letters). To fix this problem, we should simply add the line
z-index: -1;
at line 102 of the styles.css file, as a property of the selectors
#board: after, #frame: after, #frame: before
.The text was updated successfully, but these errors were encountered: