0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +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; break-inside : avoid;
display : inline-block; display : inline-block;
width : 100%; width : 100%;
isolation : isolate;
} }
.inline-block { .inline-block {
display : inline-block; display : inline-block;