diff --git a/docs/pages/menus/index.vue b/docs/pages/menus/index.vue index c18e8cbe5..3445a2215 100644 --- a/docs/pages/menus/index.vue +++ b/docs/pages/menus/index.vue @@ -53,7 +53,7 @@
  • Menus appear above all other UI elements
  • Menus appear directly below the element that generated it
  • Menus do not move from their original location when scrolling through the page
  • -
  • Menus should never touch the edge of the browser screen
  • +
  • Menus should never touch the edge of the browser screen. Apply an offset of 8px.