Added styles (options.css)

This commit is contained in:
IgorA100
2025-09-23 23:11:35 +03:00
committed by GitHub
parent 64f5ee7c15
commit 74356b186c

View File

@@ -53,6 +53,7 @@ input.large {
overflow-x: auto;
overflow-y: hidden;
padding-top: 15px;
display: flex;
}
#options {
@@ -128,6 +129,7 @@ input[name="newStorage[Url]"] {
form {
/* display: flex;*/
/* flex-direction: column;*/
width: 100%;
height: 100%;
/* padding-top: 2rem; */
}
@@ -184,3 +186,18 @@ body.sticky .wrapper-scroll-table {
overflow-x: hidden;
overflow-y: auto;
}
body.sticky .bootstrap-table {
height: 100%;
display: flex;
flex-direction: column;
}
body.sticky .fixed-table-container {
overflow-y: auto;
}
body.sticky #controlTable thead {
position: sticky;
top: 0;
box-shadow: 0 0px 0, 0 -3px 0 #dfe4ea;
}