1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Hide prev next arrows on small screen

This commit is contained in:
FreeScout 2020-09-27 05:56:37 -07:00
parent 882478edb1
commit 17b1de0825

View File

@ -4034,6 +4034,12 @@ a.disabled:focus {
margin-bottom: 0;
}
@media (max-width: 350px) {
.conv-next-prev {
display: none !important;
}
}
/**
* Mobile
*/