mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix sticky position
This commit is contained in:
parent
e15781c2e3
commit
255cf93609
@ -41,11 +41,15 @@ html {
|
|||||||
|
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
|
position: sticky;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
||||||
&.vertical {
|
&.vertical {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.play_info_wrapper {
|
.play_info_wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user