Fixed desktop-height class
This commit is contained in:
		@@ -48,7 +48,7 @@ html, body {
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.desktop-height{
 | 
			
		||||
.desktop-height {
 | 
			
		||||
    height: calc(100vh - 64px);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -147,3 +147,9 @@ html, body {
 | 
			
		||||
.text-muted {
 | 
			
		||||
    color: #7f7f7f !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 599px) {
 | 
			
		||||
    .desktop-height {
 | 
			
		||||
        height: calc(100vh - 56px);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user