Prevent page css from effecting CSS of notification popups (...ish)
This commit is contained in:
parent
c05eed44f0
commit
cd26a1ceed
@ -140,6 +140,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@import '../res/css/uwui-base.scss';
|
||||||
@import '../res/css/colors.scss';
|
@import '../res/css/colors.scss';
|
||||||
@import '../res/css/font/overpass.css';
|
@import '../res/css/font/overpass.css';
|
||||||
@import '../res/css/font/overpass-mono.css';
|
@import '../res/css/font/overpass-mono.css';
|
||||||
@ -151,7 +152,13 @@ export default {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
font-size: 16px;
|
display: block !important;
|
||||||
|
position: relative !important;
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
pointer-events: none !important;
|
||||||
|
|
||||||
|
font-size: 16px !important;
|
||||||
|
|
||||||
.notification-popup {
|
.notification-popup {
|
||||||
pointer-events: auto !important;
|
pointer-events: auto !important;
|
||||||
|
6
src/res/css/uwui-base.scss
Normal file
6
src/res/css/uwui-base.scss
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.uw-ultrawidify-container-root {
|
||||||
|
all: initial;
|
||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user