init
This commit is contained in:
12
uni_modules/nutui-uni/components/overlay/index.scss
Normal file
12
uni_modules/nutui-uni/components/overlay/index.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.nut-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: $overlay-bg-color;
|
||||
}
|
||||
|
||||
.nut-overflow-hidden {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
Reference in New Issue
Block a user