restore main scrollbar

pull/83/head
Aevann 2022-12-30 06:00:29 +02:00
parent 9e43cf0724
commit 66f70bb32f
2 changed files with 5 additions and 4 deletions

View File

@ -1842,7 +1842,8 @@ button.close {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
overflow: auto !important;
padding-right: 0 !important;
}
.modal-open .modal {
overflow-x: hidden;
@ -6451,11 +6452,11 @@ div.markdown {
font-weight: bold;
}
* {
body * {
-ms-overflow-style: none;
scrollbar-width: none;
}
*::-webkit-scrollbar {
body *::-webkit-scrollbar {
display: none;
}

View File

@ -79,7 +79,7 @@
<script defer src="{{'js/spider.js' | asset}}"></script>
{% endif %}
<input id="gbrowser">{{g.browser}}</input>
<input hidden id="gbrowser">{{g.browser}}</input>
{% if HOLIDAY_EVENT %}
{% include "event/music.html" %}