change overflow: scroll to overflow: auto

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-15 08:56:01 +02:00
parent 1ac177539e
commit e301fb458f
5 changed files with 8 additions and 8 deletions

View File

@ -4433,14 +4433,14 @@ pre .com, code .com {
}
.x-scroll {
width: 100%;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
scrollbar-width: none;
-ms-overflow-style: none;
}
.x-scroll::-webkit-scrollbar {
width: 100%;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
background: transparent;
}
@ -4780,7 +4780,7 @@ video {
}
.timeline-Widget {
max-height: 500px !important;
overflow-y: scroll !important;
overflow-y: auto !important;
}
.comment .comment-collapse-icon {
padding-right: 10px;

View File

@ -29,13 +29,13 @@
<style>
#chat-window {
max-height: calc(100vh - 220px);
overflow-y: scroll;
overflow-y: auto;
background-color: transparent !important;
}
#online {
max-height: calc(100vh - 170px);
overflow-y: scroll;
overflow-y: auto;
}
#chat-window .chat-profile {

View File

@ -57,7 +57,7 @@
</fieldset>
</div>
<div style="overflow-y: scroll;">
<div style="overflow-y: auto;">
<div class="modal-body p-0" id="emoji-modal-body">
<div id="no-emojis-found" class="tab-content py-3 pl-2" hidden>
No results... Next time be better with your query. 💅

View File

@ -8,7 +8,7 @@
<div id="gifs-cancel-btn"></div>
</div>
</div>
<div style="overflow-y: scroll;">
<div style="overflow-y: auto;">
<div class="modal-body p-0" id="gif-modal-body">
<div id="no-gifs-found">

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 452,
'css/main.css': 453,
'css/catalog.css': 2,
'css/4chan.css': 61,