fix sticky position

This commit is contained in:
SrGooglo 2023-07-17 16:47:57 +00:00
parent e15781c2e3
commit 255cf93609

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 {