0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

isolation stacking context

This commit is contained in:
Victor Losada Hernandez
2023-03-25 19:28:32 +01:00
parent d25cef0c49
commit 5bce76bcba

View File

@@ -23,6 +23,7 @@ body {
break-inside : avoid;
display : inline-block;
width : 100%;
isolation : isolate;
}
.inline-block {
display : inline-block;