mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-06 14:16:50 +02:00
make it display correctly in firefox 72.0.1 and chrome 79.0 to address issue #107
This commit is contained in:
@@ -62,7 +62,7 @@ const Details: React.FC<{}> = () => {
|
|||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
background-color: rgba(0, 0, 0, .3);
|
background-color: rgba(0, 0, 0, .3);
|
||||||
" />
|
"></div>
|
||||||
|
|
||||||
<!-- Circle -->
|
<!-- Circle -->
|
||||||
<div style="
|
<div style="
|
||||||
@@ -75,7 +75,7 @@ const Details: React.FC<{}> = () => {
|
|||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
background-color: rgba(0, 0, 0, .3);
|
background-color: rgba(0, 0, 0, .3);
|
||||||
" />
|
"></div>
|
||||||
|
|
||||||
<!-- Right side -->
|
<!-- Right side -->
|
||||||
<div style="
|
<div style="
|
||||||
@@ -85,7 +85,7 @@ const Details: React.FC<{}> = () => {
|
|||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
background-color: rgba(0, 0, 0, .3);
|
background-color: rgba(0, 0, 0, .3);
|
||||||
" />
|
"></div>
|
||||||
</div>
|
</div>
|
||||||
`}
|
`}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user