Transition to modals and popovers
This commit is contained in:
@@ -158,3 +158,11 @@ details > :not(summary) {
|
||||
details[open] > summary {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
*[data-overlay-container] {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user