z-index problem

This commit is contained in:
Jörn-Michael Miehe 2023-01-19 00:44:03 +00:00
parent 9647132569
commit 3bf8872a33

View file

@ -48,7 +48,7 @@ figure {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
z-index: 99; z-index: auto;
} }
} }
</style> </style>