Merge branch 'bug-650' of git://github.com/Abijeet/BookStack into Abijeet-bug-650
This commit is contained in:
		
						commit
						98d4bf4486
					
				| 
						 | 
					@ -102,6 +102,10 @@
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    align-self: flex-start;
 | 
					    align-self: flex-start;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .popup-content {
 | 
				
			||||||
 | 
					    overflow-y: auto;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.corner-button {
 | 
					.corner-button {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
                <button class="overlay-close neg corner-button button" @click="hide()">x</button>
 | 
					                <button class="overlay-close neg corner-button button" @click="hide()">x</button>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <div class="padded">
 | 
					            <div class="padded popup-content">
 | 
				
			||||||
                <div class="form-group">
 | 
					                <div class="form-group">
 | 
				
			||||||
                    <label for="code-editor-language">{{ trans('components.code_language') }}</label>
 | 
					                    <label for="code-editor-language">{{ trans('components.code_language') }}</label>
 | 
				
			||||||
                    <div class="lang-options">
 | 
					                    <div class="lang-options">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue