Skip to content

Commit

Permalink
Fixed CSS regression in Chrome Canary 71.0.3570.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Oct 8, 2018
1 parent d839e46 commit dccb002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perspective-viewer/src/less/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ perspective-viewer {

#columns_container {
flex-direction: column;
height: 100%;
height: calc(~"100% - 29px");

#active_columns {
flex: 0 1 auto;
Expand Down
4 changes: 4 additions & 0 deletions packages/perspective-viewer/src/less/material.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ perspective-viewer {
cursor: move;
}

#columns_container {
height: calc(~"100% - 36px");
}

&:not([row-pivots="[]"]) #side_panel {
#columns_container #active_columns perspective-row .row_draggable {
height: 52px;
Expand Down
1 change: 1 addition & 0 deletions packages/perspective-viewer/src/less/view.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ perspective-viewer:hover #config_button {
perspective-viewer {
position: relative;
display: inline-block;
overflow: hidden;

* {
box-sizing: border-box;
Expand Down

0 comments on commit dccb002

Please sign in to comment.