fix
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
grid-area: details;
|
||||
}
|
||||
@@ -338,15 +338,13 @@
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.document-viewer--stacked .document-viewer__tabpanes {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.document-viewer__tabpanes--single {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.document-viewer__tabpanel {
|
||||
|
||||
Reference in New Issue
Block a user