Skip to content

Commit

Permalink
fix scroll
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kiryakov <[email protected]>
  • Loading branch information
Stepan-Kirjakov committed Jan 7, 2025
1 parent b33b504 commit e0196ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ form {
border: 1px solid #E1E7EF;
border-radius: 8px;
padding: 8px 0px;
overflow: auto;

.preview-menu-item {
width: 250px;
width: 100%;
height: 56px;
display: flex;
flex-direction: row;
Expand Down

0 comments on commit e0196ef

Please sign in to comment.