1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-06 00:28:04 +02:00

fix clearing floats on edge

This commit is contained in:
Kyle Spearrin 2017-08-28 23:10:07 -04:00
parent 69abbdaf8d
commit 751281a59c
2 changed files with 6 additions and 3 deletions

View File

@ -240,7 +240,11 @@
z-index: 1;
&:not(.pre) {
&:extend(.clearfix all);
&:after {
content: "";
display: table;
clear: both;
}
}
&.pre {

View File

@ -41,8 +41,7 @@ body.sh {
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
overflow-x: hidden;
overflow: auto;
background-color: @background-color;
&.content-tabs {