From e636f1192429ecf74545868d595cec2209833d7d Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 13:22:58 +0800 Subject: [PATCH] less/roojs-bootstrap/tweaks.less --- less/roojs-bootstrap/tweaks.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/less/roojs-bootstrap/tweaks.less b/less/roojs-bootstrap/tweaks.less index b3cf318a92..e4f52a30bf 100644 --- a/less/roojs-bootstrap/tweaks.less +++ b/less/roojs-bootstrap/tweaks.less @@ -98,3 +98,12 @@ .tooltip.fade.in { z-index: 10002; } + +.x-hidden +{ + position:absolute; + top:0; + left:0; + visibility: hidden; + display: none; +} \ No newline at end of file -- 2.39.2