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