0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🐛 Fix storybook css path

This commit is contained in:
Alejandro Alonso 2024-08-07 06:46:06 +02:00
parent f0342f25ea
commit 5f0c036ad5

View file

@ -1,4 +1,4 @@
<link href="/css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
<link href="./css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
<style>
body {
overflow-y: scroll;