site: fix Table Drag sorting demo

close #27623
This commit is contained in:
afc163 2020-11-09 20:10:24 +08:00
parent 1b7a642b57
commit 3031a7e6b2

View File

@ -1,9 +1,10 @@
html.rtl { html {
direction: rtl; &.rtl {
direction: rtl;
}
} }
body { body {
overflow-x: hidden;
color: @site-text-color; color: @site-text-color;
font-size: @font-size-base; font-size: @font-size-base;
font-family: @font-family; font-family: @font-family;
@ -18,6 +19,7 @@ a {
.main-wrapper { .main-wrapper {
position: relative; position: relative;
padding: 40px 0 0; padding: 40px 0 0;
overflow-x: hidden;
background: @component-background; background: @component-background;
} }