mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Fix: Update monitor-list height (#3444)
This commit is contained in:
		@@ -436,12 +436,12 @@ optgroup {
 | 
			
		||||
.monitor-list {
 | 
			
		||||
    &.scrollbar {
 | 
			
		||||
        overflow-y: auto;
 | 
			
		||||
        height: calc(100% - 65px);
 | 
			
		||||
        height: calc(100% - 107px);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @media (max-width: 770px) {
 | 
			
		||||
        &.scrollbar {
 | 
			
		||||
            height: calc(100% - 40px);
 | 
			
		||||
            height: calc(100% - 97px);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user