[CSS] Preventing note actions extra from overflowing

This commit is contained in:
Eliseu Amaro 2021-12-06 23:38:38 +00:00
parent 546c5c84fd
commit 92314403bb
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 1 additions and 0 deletions

View File

@ -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);