|
.pentest-info {
|
|
overflow: hidden !important;
|
|
position: relative !important;
|
|
|
|
.description {
|
|
// ToDo: Make only description scrollable
|
|
// Scrollbar
|
|
overflow-y: scroll !important;
|
|
overflow-x: hidden;
|
|
scroll-behavior: smooth;
|
|
|
|
width: 60vw;
|
|
font-size: 1rem;
|
|
white-space: pre-line;
|
|
}
|
|
}
|