forked from MarseyWorld/MarseyWorld
change overflow: scroll to overflow: auto
parent
1ac177539e
commit
e301fb458f
|
@ -4433,14 +4433,14 @@ pre .com, code .com {
|
||||||
}
|
}
|
||||||
.x-scroll {
|
.x-scroll {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
}
|
}
|
||||||
.x-scroll::-webkit-scrollbar {
|
.x-scroll::-webkit-scrollbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -4780,7 +4780,7 @@ video {
|
||||||
}
|
}
|
||||||
.timeline-Widget {
|
.timeline-Widget {
|
||||||
max-height: 500px !important;
|
max-height: 500px !important;
|
||||||
overflow-y: scroll !important;
|
overflow-y: auto !important;
|
||||||
}
|
}
|
||||||
.comment .comment-collapse-icon {
|
.comment .comment-collapse-icon {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|
|
@ -29,13 +29,13 @@
|
||||||
<style>
|
<style>
|
||||||
#chat-window {
|
#chat-window {
|
||||||
max-height: calc(100vh - 220px);
|
max-height: calc(100vh - 220px);
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#online {
|
#online {
|
||||||
max-height: calc(100vh - 170px);
|
max-height: calc(100vh - 170px);
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-window .chat-profile {
|
#chat-window .chat-profile {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="overflow-y: scroll;">
|
<div style="overflow-y: auto;">
|
||||||
<div class="modal-body p-0" id="emoji-modal-body">
|
<div class="modal-body p-0" id="emoji-modal-body">
|
||||||
<div id="no-emojis-found" class="tab-content py-3 pl-2" hidden>
|
<div id="no-emojis-found" class="tab-content py-3 pl-2" hidden>
|
||||||
No results... Next time be better with your query. 💅
|
No results... Next time be better with your query. 💅
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div id="gifs-cancel-btn"></div>
|
<div id="gifs-cancel-btn"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="overflow-y: scroll;">
|
<div style="overflow-y: auto;">
|
||||||
<div class="modal-body p-0" id="gif-modal-body">
|
<div class="modal-body p-0" id="gif-modal-body">
|
||||||
|
|
||||||
<div id="no-gifs-found">
|
<div id="no-gifs-found">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{%-
|
{%-
|
||||||
set CACHE_VER = {
|
set CACHE_VER = {
|
||||||
'css/main.css': 452,
|
'css/main.css': 453,
|
||||||
'css/catalog.css': 2,
|
'css/catalog.css': 2,
|
||||||
|
|
||||||
'css/4chan.css': 61,
|
'css/4chan.css': 61,
|
||||||
|
|
Loading…
Reference in New Issue