CSS fixes for v1 (#7285)

* CSS fixes for v1 (Thanks @ngotchac)

* Remove hack line completely

* Comment around Chrome upgrade
This commit is contained in:
Jaco Greeff 2017-12-15 14:48:10 +01:00 committed by GitHub
parent 6587dfecc0
commit c9865e00a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
.container {
background: $background;
flex: 1;
height: 100%;
/* Broke after Chrome upgrade, just commenting for now */
/* height: 100%; */
padding: 0em;
max-width: 100%;
position: relative;
@ -64,7 +65,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
.padded {
background-color: transparent !important;
border-radius: 0 !important;
height: 100%;
/* Broke after Chrome upgrade, just commenting for now */
/* height: 100%; */
position: relative;
overflow: auto;
}

View File

@ -47,7 +47,6 @@
width: calc(.9em + 5px);
text-transform: initial;
vertical-align: bottom;
margin-top: -1em;
> .bar {
display: inline-block;