fix absolute positioning mixin

add `top:` declaration
This commit is contained in:
Ray Elliott 2020-03-31 15:03:27 +00:00
parent 1a6b7bcb06
commit bc7abccbb9
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
}