Fix border color in example

pull/186/head
Cory LaViska 2020-08-20 08:33:30 -04:00
rodzic 4221ad70c9
commit 7183ddc172
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ By default, the drawer slides out of its [containing block](https://developer.mo
```html preview
<div
style="position: relative; border: solid 2px var(--sl-color-gray-80); height: 300px; padding: 1rem; margin-bottom: 1rem;"
style="position: relative; border: solid 2px var(--sl-panel-border-color); height: 300px; padding: 1rem; margin-bottom: 1rem;"
>
The drawer will be contained to this box. This content won't shift or be affected in any way when the drawer opens.