mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
c6acca8ca3
Summary: - FixedPopover now correctly adjusts itself when overflowing outside window, in all directions - Updates styles - Adds specs - Remove Popover and popover.less, and refactor all code that used it in favor of the new FixedPopover Test Plan: Unit tests Reviewers: drew, evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2697
13 lines
205 B
Text
13 lines
205 B
Text
@import "ui-variables";
|
|
@import "ui-mixins";
|
|
|
|
.translate-language-picker {
|
|
.footer-container {
|
|
display: none;
|
|
}
|
|
.content-container {
|
|
height:185px;
|
|
width:170px;
|
|
overflow:scroll;
|
|
}
|
|
}
|