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

Update positioning.md #284

Merged
merged 1 commit into from
Oct 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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