[SSE embedded] Fix Bug 48069

This commit is contained in:
Julia Radzhabova 2020-12-25 15:08:01 +03:00
parent e630654173
commit b22e621318

View file

@ -4,19 +4,17 @@
// Worksheets
// -------------------------
.viewer {
display: flex;
flex-direction: column;
.sdk-view {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 25px;
position: relative;
flex-grow: 1;
}
ul.worksheet-list {
position: absolute;
left: 0;
right: 0;
bottom: 0;
flex-grow: 0;
flex-shrink: 0;
margin: 0;
padding: 0 9px;
border-top: 1px solid #5A5A5A;