Skip to content

Commit

Permalink
#1292 incorrect horizontal scrollbars in save structure modal window (#…
Browse files Browse the repository at this point in the history
…1311)

* fix styles

* apply formatting

* add fallback font for mac os, add height for thin scrollbar

* remove font settings for textarea

* fix vertical scroll in smiles

Co-authored-by: Anastasiia Moskvina <anastasiia_moskvina@epam.com>
  • Loading branch information
AnaMoskvina and Anastasiia Moskvina authored Mar 5, 2022
1 parent 6f0fde1 commit 2706b50
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@
.warnings {
max-height: 50px;
flex-shrink: 0;
border: none;
border-radius: 4px;
margin: 2px 0;
padding: 2px 5px;
overflow: auto;
box-sizing: border-box;

.scrollbar_thin();

Expand Down

0 comments on commit 2706b50

Please sign in to comment.