mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
fix clearing floats on edge
This commit is contained in:
parent
69abbdaf8d
commit
751281a59c
@ -240,7 +240,11 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
&:not(.pre) {
|
&:not(.pre) {
|
||||||
&:extend(.clearfix all);
|
&:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.pre {
|
&.pre {
|
||||||
|
@ -41,8 +41,7 @@ body.sh {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow-y: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
|
||||||
background-color: @background-color;
|
background-color: @background-color;
|
||||||
|
|
||||||
&.content-tabs {
|
&.content-tabs {
|
||||||
|
Loading…
Reference in New Issue
Block a user