mirror of
https://github.com/documize/community.git
synced 2025-08-10 07:55:25 +02:00
new user on boarding: start document dialog in wrong position when no spaces or documents
This commit is contained in:
parent
0ce9ab406e
commit
733fcff58b
2 changed files with 6 additions and 3 deletions
|
@ -30,6 +30,8 @@ export default Ember.Component.extend({
|
|||
onAction2: null,
|
||||
offset: "5px 0",
|
||||
targetOffset: "10px 0",
|
||||
constrainToWindow: true,
|
||||
constrainToScrollParent: true,
|
||||
|
||||
hasSecondButton: Ember.computed('button2', 'color2', function() {
|
||||
return is.not.empty(this.get('button2')) && is.not.empty(this.get('color2'));
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.page-container {
|
||||
padding-top: 60px;
|
||||
min-height: 500px; //ensure dropdowns render in viewport
|
||||
}
|
||||
|
||||
.copyright {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue