CSS fixes for v1 (#7285)
* CSS fixes for v1 (Thanks @ngotchac) * Remove hack line completely * Comment around Chrome upgrade
This commit is contained in:
parent
6587dfecc0
commit
c9865e00a5
@ -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;
|
||||
}
|
||||
|
@ -47,7 +47,6 @@
|
||||
width: calc(.9em + 5px);
|
||||
text-transform: initial;
|
||||
vertical-align: bottom;
|
||||
margin-top: -1em;
|
||||
|
||||
> .bar {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user