[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;
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
right: 0; /* prevents details from overflowing */
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: var(--smaller);
|
padding: var(--smaller);
|
||||||
border: 2px solid var(--border);
|
border: 2px solid var(--border);
|
||||||
|
Loading…
Reference in New Issue
Block a user