11 lines
143 B
CSS
11 lines
143 B
CSS
uni-web-view {
|
|
display: flex;
|
|
}
|
|
uni-web-view.uni-webview--fullscreen {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|