@@ -1,6 +1,6 @@
{
"name": "react-photo-view",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "React photo preview.",
"main": "./lib/index",
"module": "./es/index",
@@ -2,6 +2,7 @@ import React from 'react';
import styled from 'styled-components';
const FooterWrap = styled.div`
+ box-sizing: border-box;
position: absolute;
left: 0;
bottom: 0;