mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-20 12:29:39 -06:00
remove border around Webview iframe
This commit is contained in:
3
frontend/css/components/webview.scss
Normal file
3
frontend/css/components/webview.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.rio-webview > iframe {
|
||||
border: none;
|
||||
}
|
||||
@@ -49,6 +49,7 @@
|
||||
@use "components/table.scss";
|
||||
@use "components/text.scss";
|
||||
@use "components/tooltip.scss";
|
||||
@use "components/webview.scss";
|
||||
@use "dev_tools.scss";
|
||||
@use "html.scss";
|
||||
@use "input_box.scss";
|
||||
|
||||
Reference in New Issue
Block a user