9 lines
No EOL
191 B
CSS
9 lines
No EOL
191 B
CSS
.widget-panel {
|
|
display: flex;
|
|
max-width: 23rem;
|
|
min-width: 23rem;
|
|
position: sticky;
|
|
top: 0;
|
|
max-height: 100vh;
|
|
border-left: 0.1rem var(--highlight-color) solid;
|
|
} |