wes-goulet / side-drawer

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

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

Closed ozanmuyes closed 3 months ago

ozanmuyes commented 3 months ago

Closes #98

wes-goulet commented 3 months ago

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

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