mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
* 🎉 Install react-aria-components * 🎉 Create modal component in TS using react-aria-component * 🎉 Create modal ds component * 🎉 Separate header content and footer components * 🐛 Remove mf/html macros when not needed * 🎉 Solve little problems * ♻️ Format files * ♻️ Remove ModalCloseBtn * 🐛 Fix CI * ♻️ Remove unused files * 🎉 Make close button not dependant on the modal header * 🎉 Add footer with two slots * 🎉 Improvements on modal * 🐛 Fix package imports and remove login example code --------- Co-authored-by: Andrey Antukh <niwi@niwi.nz>
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
<link href="./css/ds.css?version={{& version}}" rel="stylesheet" type="text/css" />
|
|
<link href="./css/ui.css?version={{& version}}" rel="stylesheet" type="text/css" />
|
|
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
#storybook-docs {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
</style>
|