mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 15:57:02 +01:00 
			
		
		
		
	Update showscrollbar and scrollbar to not clip chatbox
This commit is contained in:
		@@ -61,6 +61,7 @@ main {
 | 
				
			|||||||
  min-height: calc(100vh - 80px);
 | 
					  min-height: calc(100vh - 80px);
 | 
				
			||||||
  overflow-x: hidden;
 | 
					  overflow-x: hidden;
 | 
				
			||||||
  height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
 | 
					  padding-bottom: 50px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
footer {
 | 
					footer {
 | 
				
			||||||
@@ -185,8 +186,6 @@ nav .brand-logo {
 | 
				
			|||||||
#chatcontent {
 | 
					#chatcontent {
 | 
				
			||||||
  padding-left: 1%;
 | 
					  padding-left: 1%;
 | 
				
			||||||
  padding-top: 1%;
 | 
					  padding-top: 1%;
 | 
				
			||||||
  padding-bottom: 40px;
 | 
					 | 
				
			||||||
  margin-bottom: 20px;
 | 
					 | 
				
			||||||
  word-wrap: break-word;
 | 
					  word-wrap: break-word;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -363,7 +363,7 @@
 | 
				
			|||||||
            scrollbarTheme = "light";
 | 
					            scrollbarTheme = "light";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        $("main").mCustomScrollbar({
 | 
					        $("main").mCustomScrollbar({
 | 
				
			||||||
            alwaysShowScrollbar: showScrollbar,
 | 
					            autoHideScrollbar: !showScrollbar,
 | 
				
			||||||
            theme: scrollbarTheme
 | 
					            theme: scrollbarTheme
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user