mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed scrollbar issue in add-tier modal
This commit is contained in:
parent
49ea27cfb8
commit
960b301db1
@ -369,7 +369,7 @@
|
||||
margin: -32px -32px 0;
|
||||
padding: 32px 32px 0;
|
||||
max-height: calc(100vh - 16vw);
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.gh-form-edit-product .gh-main-section {
|
||||
|
Loading…
Reference in New Issue
Block a user