9 lines
104 B
SCSS
9 lines
104 B
SCSS
|
|
.debugger-window {
|
||
|
|
position: absolute;
|
||
|
|
inset: 0;
|
||
|
|
|
||
|
|
.terminal {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|