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