Fix top-padding

This commit is contained in:
Fabio Berger 2017-12-20 17:24:12 +01:00
parent 6636a0861d
commit b79b48cfbe
3 changed files with 5 additions and 5 deletions

View File

@ -63,13 +63,13 @@ interface DocumentationState {
const styles: Styles = {
mainContainers: {
position: 'absolute',
top: 60,
top: 1,
left: 0,
bottom: 0,
right: 0,
overflowZ: 'hidden',
overflowY: 'scroll',
minHeight: 'calc(100vh - 60px)',
minHeight: 'calc(100vh - 1px)',
WebkitOverflowScrolling: 'touch',
},
menuContainer: {

View File

@ -29,13 +29,13 @@ interface WikiState {
const styles: Styles = {
mainContainers: {
position: 'absolute',
top: 60,
top: 1,
left: 0,
bottom: 0,
right: 0,
overflowZ: 'hidden',
overflowY: 'scroll',
minHeight: 'calc(100vh - 60px)',
minHeight: 'calc(100vh - 1px)',
WebkitOverflowScrolling: 'touch',
},
menuContainer: {

View File

@ -17,7 +17,7 @@ const isDevelopment = _.includes([
const INFURA_API_KEY = 'T5WSC8cautR4KXyYgsRs';
export const configs = {
BACKEND_BASE_URL: isDevelopment ? 'https://localhost:3001' : 'https://website-api.0xproject.com',
BACKEND_BASE_URL: !isDevelopment ? 'https://localhost:3001' : 'https://website-api.0xproject.com',
BASE_URL,
BITLY_ACCESS_TOKEN: 'ffc4c1a31e5143848fb7c523b39f91b9b213d208',
CONTRACT_ADDRESS: {