mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
Fix scrollbars and dialogs on lower resolutions
This commit is contained in:
@@ -94,9 +94,13 @@ export default Vue.extend({
|
||||
position: relative;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
margin: 8em auto;
|
||||
margin: 6em auto;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
@media (max-height: 720px) {
|
||||
margin: 1em auto;
|
||||
height: 95%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user