mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1302 from pixelfed/trwnh-fix-nontouch
Hide webkit scrollbar only on touch-only devices (fix #1285)
This commit is contained in:
commit
2a61ee5015
1 changed files with 6 additions and 4 deletions
|
@ -249,9 +249,11 @@
|
|||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
.media-drawer-filters::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
export default {
|
||||
|
|
Loading…
Reference in a new issue