mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fixes for edge
This commit is contained in:
@@ -6,8 +6,8 @@ angular
|
||||
var self = this;
|
||||
self.currentYear = new Date().getFullYear();
|
||||
self.animation = '';
|
||||
self.shBody = $window.screen.availHeight < 600;
|
||||
self.lgBody = !utilsService.isFirefox() && !self.shBody;
|
||||
self.shBody = $window.screen.availHeight < 650;
|
||||
self.lgBody = !utilsService.isFirefox() && !utilsService.isEdge() && !self.shBody;
|
||||
|
||||
$scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams) {
|
||||
if (toParams.animation) {
|
||||
|
||||
@@ -41,7 +41,8 @@ body.sh {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
background-color: @background-color;
|
||||
|
||||
&.content-tabs {
|
||||
|
||||
Reference in New Issue
Block a user