Update pixel positioning

This commit is contained in:
Rico Sta. Cruz 2017-12-07 21:43:12 +08:00
parent bf730ccd1b
commit 0c6c42626a
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,6 +34,7 @@
& { & {
color: $base-text; color: $base-text;
display: block;
} }
& > strong { & > strong {
@ -52,3 +53,10 @@
} }
} }
} }
.cs__pixel {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}