10 lines
152 B
CSS
10 lines
152 B
CSS
|
#tab_plugin_klipper iframe {
|
||
|
width: 100%;
|
||
|
height: 600px;
|
||
|
border: 1px solid #808080;
|
||
|
}
|
||
|
|
||
|
.plugin_klipper_msg {
|
||
|
overflow-y: scroll;
|
||
|
height: 100%;
|
||
|
}
|