fix sticky position

This commit is contained in:
SrGooglo 2023-07-17 16:47:57 +00:00
parent 7e346ea2b1
commit f324123f9a

View File

@ -41,11 +41,15 @@ html {
align-items: flex-start;
position: sticky;
width: 100%;
gap: 20px;
&.vertical {
position: relative;
flex-direction: column;
.play_info_wrapper {