From 90eb6f91e74e3b67decc5e2957fa8702ffdb4c7e Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 18 May 2022 20:32:54 +0800 Subject: [PATCH] fix issue --- web_src/less/openi.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 918e4cd0cd..de2a3fe8c1 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -1029,6 +1029,7 @@ display: block; .ui.toast-container .toast-box.compact, .ui.toast-container .toast-box>.compact { width: 250px !important; +} .context-menu-click { z-index: 99; position: absolute; @@ -1053,4 +1054,4 @@ display: block; .context-menu-icon { float: left !important; margin: 0px 5px 0px 0px !important; -} \ No newline at end of file +} -- 2.34.1