Skip to content

Commit

Permalink
Fix webview area
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-u-0807 committed Aug 1, 2024
1 parent 743a8ff commit cf9a2a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SNUTT-2022/SNUTT/Views/Scenes/ReviewScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct ReviewScene: View {
ZStack {
ReviewWebView(preloadedWebView: viewModel.getPreloadedWebView(isMain: isMainWebView))
.navigationBarHidden(true)
.edgesIgnoringSafeArea(.bottom)
.background(STColor.systemBackground)

if viewModel.connectionState == .error {
Expand Down

0 comments on commit cf9a2a4

Please sign in to comment.