mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-19 11:22:20 +00:00
comments in modals
This commit is contained in:
parent
0c4802ac5b
commit
78b09a8274
@ -1,4 +1,4 @@
|
||||
<!-- Edit user modal -->
|
||||
<!-- Add book modal -->
|
||||
<!-- prettier-ignore-->
|
||||
<div id="add-book-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
||||
<div class="relative w-full max-w-2xl max-h-full">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Edit user modal -->
|
||||
<!-- Add collection modal -->
|
||||
<!-- prettier-ignore-->
|
||||
<div id="add-collection-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
||||
<div class="relative w-full max-w-2xl max-h-full">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Edit user modal -->
|
||||
<!-- Add contributor modal -->
|
||||
<!-- prettier-ignore-->
|
||||
<div id="add-contributor-modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
||||
<div class="relative w-full max-w-2xl max-h-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user