You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
description fix
This commit is contained in:
@@ -77,6 +77,7 @@ label {
|
||||
.canvas-container {
|
||||
width: 100%;
|
||||
height: 175px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#data-ant {
|
||||
@@ -127,15 +128,14 @@ table .form-group {
|
||||
.hidden-panel {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
transform:translateX(-50%);
|
||||
width: 100%;
|
||||
max-width: 1160px;
|
||||
background: var(--color-1-transparent);
|
||||
color: white;
|
||||
backdrop-filter: blur(5px);
|
||||
text-align: left;
|
||||
padding: 20px;
|
||||
backdrop-filter: blur(5px);
|
||||
z-index: 10;
|
||||
border-radius: 0 0 15px 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user