[CSS] Preventing note actions extra from overflowing
This commit is contained in:
parent
546c5c84fd
commit
92314403bb
@ -228,6 +228,7 @@ embed header {
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
right: 0; /* prevents details from overflowing */
|
||||
flex-direction: column;
|
||||
padding: var(--smaller);
|
||||
border: 2px solid var(--border);
|
||||
|
Loading…
Reference in New Issue
Block a user