1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Fix the position of the table scroll bar

This commit is contained in:
Cotes Chung
2020-12-25 00:22:21 +08:00
parent dfba411d61
commit 505da84a26
2 changed files with 7 additions and 3 deletions

View File

@@ -771,14 +771,15 @@ img {
/*--- Begin of Markdown table style ---*/
div.post-content .table-wrapper {
.table-wrapper { // it will be created by Liquid
overflow-x: auto;
margin-bottom: 1.5rem;
> table {
min-width: 100%;
overflow-x: auto;
border-spacing: 0;
margin-bottom: 1.5rem;
thead {
border-bottom: solid 2px rgba(210, 215, 217, 0.75);