Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal doesn't have overflow-y or something #184

Closed
ralphchristianeclipse opened this issue Mar 8, 2017 · 1 comment
Closed

Modal doesn't have overflow-y or something #184

ralphchristianeclipse opened this issue Mar 8, 2017 · 1 comment
Assignees
Labels
T: bug Functionality that does not work as intended/expected

Comments

@ralphchristianeclipse
Copy link

Please fix or maybe set height to auto?

     <v-modal v-model="modal" persistent>
            <v-btn slot="activator" @click.native="openDialog()" class="mb-4 mr-4" style="position: fixed; z-index: 1; bottom: 0; right: 0;" floating large primary>
              <v-icon x-large class="white--text">add</v-icon>
            </v-btn>
    <v-card>

      <v-card-title class="primary accent--text">
        <v-icon large>{{icon}}</v-icon> {{icon.toUpperCase()}} Student
      </v-card-title>
      
      <template v-if="student">
     
      <v-card-column class="pa-4">
            <v-text-input 
              label="Student ID" 
              v-model="student._key"/>
              
            <v-list-sub-header>Name</v-list-sub-header>
 
            <v-text-input 
              label="First" 
              v-model="student.name.first"/>
              
            <v-text-input 
              label="Middle" 
              v-model="student.name.middle"/>
              
            <v-text-input 
              label="Last" 
              v-model="student.name.last"/>
      </v-card-column>
      </template>
      
      <v-card-row actions>

        <v-btn @click.native="saveStudent" class="success">Save</v-btn>
        <v-spacer></v-spacer>
        <v-btn @click.native="closeDialog" class="error">Cancel</v-btn>
        
      </v-card-row>
    </v-card>

 

    </v-modal>
@johnleider johnleider self-assigned this Mar 8, 2017
@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label Mar 8, 2017
johnleider added a commit that referenced this issue Mar 9, 2017
KaelWD pushed a commit that referenced this issue Oct 28, 2018
* centered layout

* screenshot

* fixed markup

* added meta
@lock
Copy link

lock bot commented Apr 17, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants