From fc960f14985f0e04b83f04eadc09a5483d633a9d Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Wed, 8 Jul 2020 10:13:31 +0800 Subject: [PATCH] feat: fixing the index problem --- web_src/less/_base.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index de8655bd2..6af9f3986 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1296,3 +1296,8 @@ i.icon.centerlock { height: 1em !important; vertical-align: middle !important; } + +.ui.grid>.column:not(.row), +.ui.grid>.row>.column { + z-index: 0, +} \ No newline at end of file