mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
prevent width overflow on lyrics container (#1106)
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
.actions-container {
|
||||
|
||||
Reference in New Issue
Block a user