wes-goulet / side-drawer

A simple side drawer written as HTML custom element
https://side-drawer.goulet.dev
MIT License
38 stars 8 forks source link

feat: add --side-drawer-offset custom property to be able to offset the drawer #99

Closed ozanmuyes closed 1 month ago

ozanmuyes commented 1 month ago

Closes #98

wes-goulet commented 1 month ago

Closing this as the desired behavior should be achievable using the dialog part.

side-drawer::part(dialog) {
  left: 80px;
}