From 297433bf6344efe64fb6568dff1a2e474b238993 Mon Sep 17 00:00:00 2001 From: Sergej Sintschilin Date: Fri, 20 Oct 2017 21:58:13 +0200 Subject: [PATCH] Update positioning.md (#284) --- source/components/positioning.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/components/positioning.md b/source/components/positioning.md index 9446cfce..31200e90 100644 --- a/source/components/positioning.md +++ b/source/components/positioning.md @@ -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 |