fix(messagebox): fixed padding

This commit is contained in:
trashtemp
2022-01-15 17:31:57 +01:00
parent 789b52f6b7
commit 3676ee48d3
2 changed files with 11 additions and 5 deletions

View File

@@ -40,13 +40,10 @@ const OverlayBar = styled.div`
align-self: end;
align-content: center;
justify-content: center;
right: 0;
top: -18px;
z-index: 0;
//overflow: hidden;
transition: box-shadow 0.1s ease-out;
border-radius: 5px;
background: var(--primary-header);
border: 1px solid var(--background);