serty
This commit is contained in:
parent
27512f7d5d
commit
74af04f491
|
|
@ -551,21 +551,17 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
|
||||
/* Context Drawer Panel */
|
||||
#barre_laterale_d {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: var(--header-height);
|
||||
width: var(--context-width) !important;
|
||||
height: calc(100vh - var(--header-height));
|
||||
background: var(--bg-surface);
|
||||
border-left: 1px solid var(--border-light);
|
||||
box-shadow: var(--shadow-xl);
|
||||
z-index: 9999 !important;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0 !important;
|
||||
display: none;
|
||||
transition: transform var(--transition-slow);
|
||||
border-radius: 5px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: var(--header-height);
|
||||
width: var(--context-width) !important;
|
||||
height: calc(100vh - var(--header-height));
|
||||
background: var(--bg-surface);
|
||||
border-left: 1px solid var(--border-light);
|
||||
box-shadow: -5px 0 25px rgba(0,0,0,0.05);
|
||||
z-index: 9999 !important;
|
||||
overflow-y: auto;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#barre_laterale_d .drawer-inner {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user