Skip to content

Commit

Permalink
fix(docz-theme-default): support absolute page elements (#683)
Browse files Browse the repository at this point in the history
fix(docz-theme-default): Support absolute page elements
  • Loading branch information
eeegor authored and pedronauck committed Mar 15, 2019
1 parent 5e04e0d commit a4ced2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The are just two directories to care about if you would like to contribute:

There are lots of [packages](https://github.com/pedronauck/docz/tree/master/packages) that are necessary to run docz, the most important packages that are important to care about:

#### **[docz-core](https://github.com/pedronauck/docz/tree/master/packages/docz)**
#### **[docz-core](https://github.com/pedronauck/docz/tree/master/packages/docz-core)**
- This is the core of docz. All build algorithms, server process and parses belongs to here.
- If you break this package, probably you'll break all packages! Please, be carefull.
- All cli commands are built here and imported on `docz` package using `./bin` script.
Expand Down
1 change: 1 addition & 0 deletions core/docz-theme-default/src/components/ui/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const Wrapper = styled.div`
color: ${get('colors.text')};
background: ${get('colors.background')};
min-width: 0;
position: relative;
`

export const Container = styled.div`
Expand Down

0 comments on commit a4ced2b

Please sign in to comment.