Skip to content

Commit cf7329d

Browse files
committed
Update layout.html.php
1 parent d3ad94a commit cf7329d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

system/admin/views/layout.html.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,14 @@
388388
border: none;
389389
font-size:13px;
390390
}
391-
392391
.top-link:focus {
393392
outline: none;
394393
}
395-
table {
396-
overflow: auto;
397-
display: block;
394+
@media all and (max-width: 640px) {
395+
table {
396+
overflow: auto;
397+
display: block;
398+
}
398399
}
399400
</style>
400401
<a href="#top" aria-label="go to top" title="Go to Top" class="top-link" id="top-link">

0 commit comments

Comments
 (0)