Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Update positioning.md (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeregPie authored and rstoenescu committed Oct 20, 2017
1 parent 4c9e2bf commit 297433b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/components/positioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ There are CSS classes supplied by Quasar to help you position a DOM element easi
| `fullscreen` | Fix position covering all window real-estate |
| `fixed` | Set `position` to `fixed` without specifying `top`, `left`, `right` or `bottom` properties |
| `absolute` | Set `position` to `absolute` without specifying `top`, `left`, `right` or `bottom` properties |
| `fixed-center`, `absolute-center` | Fixed or absolute position to center of screen |
| `fixed-top`, `absolute-top` | Fixed or absolute position to top of screen |
| `fixed-right`, `absolute-right` | Fixed or absolute position to the right edge of screen |
| `fixed-bottom`, `absolute-bottom` | Fixed or absolute position to bottom of screen |
Expand Down

0 comments on commit 297433b

Please sign in to comment.