Class '-supports-sticky-headers' removed

pull/6954/head
Inga Mai 6 years ago
parent 1a41db76a9
commit 9404923fe0
  1. 5
      frontend/src/app/globals/browser-specific-flags.ts

@ -29,10 +29,6 @@
jQuery(function() {
const doc = document.documentElement!;
if (bowser.chrome && bowser.version >= '58' || bowser.firefox && bowser.version >= '59') {
doc.classList.add('-supports-sticky-headers');
}
if (bowser.chrome) {
doc.classList.add('-browser-chrome');
}
@ -61,4 +57,3 @@ jQuery(function() {
doc.classList.add('-browser-mobile');
}
});

Loading…
Cancel
Save