0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 16:12:37 +00:00
Files
homebrewery/client/components/dialog.less
2024-06-06 22:00:28 +12:00

6 lines
132 B
Plaintext

dialog{
&[open]{
// Do NOT set a display property on a dialog! Set it on dialog[open] instead
display: inline-block;
}
}