From 8274f20d8093486dc3d54e074d25b6e412f4e4c7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 13 Nov 2020 15:20:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
widgets/Screen/css/style.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/widgets/Screen/css/style.css b/widgets/Screen/css/style.css
index 1a7c3a4..37c680c 100644
--- a/widgets/Screen/css/style.css
+++ b/widgets/Screen/css/style.css
@@ -11,6 +11,8 @@
height: 100%;
border-radius: 10px;
display: none;
+ position: fixed;
+ z-index: 100;
}
.rollinng-table-hezis {
@@ -20,6 +22,8 @@
justify-content: space-between;
align-items: center;
padding: 0 15px;
+ background-color:#3c464b;
+ border-radius: 10px;
}
.hezi-left-selects {
--
Gitblit v1.9.3